Skip to main content

H264CapsFixup Class

Declaration

class simaai::neat::H264CapsFixup { ... }

Included Headers

#include <H264CapsFixup.h>

Base class

classNode

Public Constructors Index

H264CapsFixup (int fallback_fps, int fallback_width, int fallback_height)

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
intfallback_fps () const
intfallback_width () const
intfallback_height () const

Private Member Attributes Index

intfallback_fps_ = 30
intfallback_width_ = 1280
intfallback_height_ = 720

Definition at line 16 of file H264CapsFixup.h.

Public Constructors

H264CapsFixup()

simaai::neat::H264CapsFixup::H264CapsFixup (int fallback_fps, int fallback_width, int fallback_height)

Definition at line 18 of file H264CapsFixup.h.

Public Member Functions

backend_fragment()

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

Definition at line 26 of file H264CapsFixup.h.

caps_behavior()

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

Definition at line 23 of file H264CapsFixup.h.

23 NodeCapsBehavior caps_behavior() const override {
24 return NodeCapsBehavior::Static;
25 }

element_names()

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

Definition at line 27 of file H264CapsFixup.h.

fallback_fps()

int simaai::neat::H264CapsFixup::fallback_fps ()
inline

Definition at line 29 of file H264CapsFixup.h.

29 int fallback_fps() const {
30 return fallback_fps_;
31 }

fallback_height()

int simaai::neat::H264CapsFixup::fallback_height ()
inline

Definition at line 35 of file H264CapsFixup.h.

35 int fallback_height() const {
36 return fallback_height_;
37 }

fallback_width()

int simaai::neat::H264CapsFixup::fallback_width ()
inline

Definition at line 32 of file H264CapsFixup.h.

32 int fallback_width() const {
33 return fallback_width_;
34 }

kind()

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

Definition at line 20 of file H264CapsFixup.h.

20 std::string kind() const override {
21 return "H264CapsFixup";
22 }

Private Member Attributes

fallback_fps_

int simaai::neat::H264CapsFixup::fallback_fps_ = 30

Definition at line 40 of file H264CapsFixup.h.

40 int fallback_fps_ = 30;

fallback_height_

int simaai::neat::H264CapsFixup::fallback_height_ = 720

Definition at line 42 of file H264CapsFixup.h.

42 int fallback_height_ = 720;

fallback_width_

int simaai::neat::H264CapsFixup::fallback_width_ = 1280

Definition at line 41 of file H264CapsFixup.h.

41 int fallback_width_ = 1280;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.