VideoTrackSelect.h File
VideoTrackSelect Node — instantiate qtdemux and pick one video pad. More...
Included Headers
#include "builder/Node.h"
#include <memory>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| class | VideoTrackSelect |
|
Creates a qtdemux element and selects a specific video pad (e.g., demux.video_0). More... | |
Description
VideoTrackSelect Node — instantiate qtdemux and pick one video pad.
Bundles the demuxer and pad selection into one Node so an MP4 reader pipeline reads cleanly.
File Listing
The file content with the documentation metadata removed is:
16namespace simaai::neat {
25class VideoTrackSelect final : public Node {
28 explicit VideoTrackSelect(int video_pad_index = 0);
35 NodeCapsBehavior caps_behavior() const override {
40 std::string backend_fragment(int node_index) const override;
42 std::vector<std::string> element_names(int node_index) const override;
45 int video_pad_index() const {
55namespace simaai::neat::nodes {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.