Skip to main content

H264Parse Class

Declaration

class simaai::neat::H264Parse { ... }

Included Headers

#include <H264Parse.h>

Base classes

classNode
classOutputSpecProvider

Public Constructors Index

H264Parse (H264ParseOptions opt={})

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
OutputSpecoutput_spec (const OutputSpec &input) const override
const H264ParseOptions &options () const

Private Member Attributes Index

H264ParseOptionsopt_

Definition at line 43 of file H264Parse.h.

Public Constructors

H264Parse()

simaai::neat::H264Parse::H264Parse (H264ParseOptions opt={})
explicit

Definition at line 45 of file H264Parse.h.

Public Member Functions

backend_fragment()

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

Definition at line 53 of file H264Parse.h.

caps_behavior()

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

Definition at line 49 of file H264Parse.h.

49 NodeCapsBehavior caps_behavior() const override {
50 return opt_.enforce_caps ? NodeCapsBehavior::Static : NodeCapsBehavior::Dynamic;
51 }

element_names()

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

Definition at line 54 of file H264Parse.h.

kind()

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

Definition at line 46 of file H264Parse.h.

46 std::string kind() const override {
47 return "H264Parse";
48 }

options()

const H264ParseOptions& simaai::neat::H264Parse::options ()
inline

Definition at line 57 of file H264Parse.h.

57 const H264ParseOptions& options() const {
58 return opt_;
59 }

output_spec()

OutputSpec simaai::neat::H264Parse::output_spec (const OutputSpec & input)

Definition at line 55 of file H264Parse.h.

Private Member Attributes

opt_

H264ParseOptions simaai::neat::H264Parse::opt_

Definition at line 62 of file H264Parse.h.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.