Skip to main content

VideoTrackSelect Class

Declaration

class simaai::neat::VideoTrackSelect { ... }

Included Headers

#include <VideoTrackSelect.h>

Base class

classNode

Public Constructors Index

VideoTrackSelect (int video_pad_index=0)

Public Member Functions Index

std::stringkind () const override
NodeCapsBehaviorcaps_behavior () const override
std::stringbackend_fragment (int node_index) const override
std::vector< std::string >element_names (int node_index) const override
intvideo_pad_index () const

Private Member Attributes Index

intidx_ = 0

Definition at line 17 of file VideoTrackSelect.h.

Public Constructors

VideoTrackSelect()

simaai::neat::VideoTrackSelect::VideoTrackSelect (int video_pad_index=0)
explicit

Definition at line 19 of file VideoTrackSelect.h.

Public Member Functions

backend_fragment()

std::string simaai::neat::VideoTrackSelect::backend_fragment (int node_index)

Definition at line 28 of file VideoTrackSelect.h.

caps_behavior()

NodeCapsBehavior simaai::neat::VideoTrackSelect::caps_behavior ()
inline

Definition at line 24 of file VideoTrackSelect.h.

24 NodeCapsBehavior caps_behavior() const override {
25 return NodeCapsBehavior::Dynamic;
26 }

element_names()

std::vector<std::string> simaai::neat::VideoTrackSelect::element_names (int node_index)

Definition at line 29 of file VideoTrackSelect.h.

kind()

std::string simaai::neat::VideoTrackSelect::kind ()
inline

Definition at line 21 of file VideoTrackSelect.h.

21 std::string kind() const override {
22 return "VideoTrackSelect";
23 }

video_pad_index()

int simaai::neat::VideoTrackSelect::video_pad_index ()
inline

Definition at line 31 of file VideoTrackSelect.h.

31 int video_pad_index() const {
32 return idx_;
33 }

Private Member Attributes

idx_

int simaai::neat::VideoTrackSelect::idx_ = 0

Definition at line 36 of file VideoTrackSelect.h.

36 int idx_ = 0;

The documentation for this class was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.