StreamMetadataDefaults Struct
Declaration
struct simaai::neat::graph::StreamMetadataDefaults { ... }
Included Headers
#include <GraphMetadata.h>
Public Member Attributes Index
| std::string | stream_id |
| std::string | caps_string |
| std::string | port_name |
| std::string | media_type |
| std::string | format |
| std::string | payload_tag |
| bool | fill_stream_id = true |
| bool | fill_input_seq = true |
| bool | fill_orig_input_seq = true |
Definition at line 17 of file GraphMetadata.h.
Public Member Attributes
caps_string
|
Definition at line 19 of file GraphMetadata.h.
19 std::string caps_string;
fill_input_seq
|
Definition at line 25 of file GraphMetadata.h.
25 bool fill_input_seq = true;
fill_orig_input_seq
|
Definition at line 26 of file GraphMetadata.h.
26 bool fill_orig_input_seq = true;
fill_stream_id
|
Definition at line 24 of file GraphMetadata.h.
24 bool fill_stream_id = true;
format
|
Definition at line 22 of file GraphMetadata.h.
media_type
|
Definition at line 21 of file GraphMetadata.h.
21 std::string media_type;
payload_tag
|
Definition at line 23 of file GraphMetadata.h.
23 std::string payload_tag;
port_name
|
Definition at line 20 of file GraphMetadata.h.
stream_id
|
Definition at line 18 of file GraphMetadata.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.