H264CapsFixup.h File
H264 caps fixup helper node. More...
Included Headers
#include "builder/Node.h"
#include <memory>
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| class | H264CapsFixup |
Description
H264 caps fixup helper node.
File Listing
The file content with the documentation metadata removed is:
14namespace simaai::neat {
16class H264CapsFixup final : public Node {
18 H264CapsFixup(int fallback_fps, int fallback_width, int fallback_height);
23 NodeCapsBehavior caps_behavior() const override {
26 std::string backend_fragment(int node_index) const override;
27 std::vector<std::string> element_names(int node_index) const override;
29 int fallback_fps() const {
32 int fallback_width() const {
35 int fallback_height() const {
47namespace simaai::neat::nodes {
49std::shared_ptr<simaai::neat::Node> H264CapsFixup(int fallback_fps = 30, int fallback_width = 1280,
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.