VideoTrackSelect.h File
Helper for selecting video pads from qtdemux. More...
Included Headers
#include "builder/Node.h"
#include <memory>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| class | VideoTrackSelect |
Description
Helper for selecting video pads from qtdemux.
File Listing
The file content with the documentation metadata removed is:
13namespace simaai::neat {
17class VideoTrackSelect final : public Node {
19 explicit VideoTrackSelect(int video_pad_index = 0);
24 NodeCapsBehavior caps_behavior() const override {
28 std::string backend_fragment(int node_index) const override;
29 std::vector<std::string> element_names(int node_index) const override;
31 int video_pad_index() const {
41namespace simaai::neat::nodes {
42std::shared_ptr<simaai::neat::Node> VideoTrackSelect(int video_pad_index = 0);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.