StreamMetadataDefaults Struct
Defaults applied to a Sample by the StreamMetadata stage. More...
Declaration
Included Headers
Public Member Attributes Index
| std::string | stream_id |
|
Default stream id; used if the sample has none and fill_stream_id. More... | |
| std::string | caps_string |
|
Default GStreamer caps string. More... | |
| std::string | stream_label |
|
Default stream label. More... | |
| std::string | port_name |
|
Default port name. More... | |
| std::string | media_type |
|
Default media type (e.g., "video/x-raw"). More... | |
| std::string | format |
|
Default format (e.g., "NV12"). More... | |
| std::string | payload_tag |
|
Default payload tag. More... | |
| bool | fill_stream_id = true |
|
Auto-assign stream_id when missing. More... | |
| bool | fill_input_seq = true |
|
Auto-assign input_seq when missing. More... | |
| bool | fill_orig_input_seq = true |
|
Auto-assign orig_input_seq when missing. More... | |
Description
Defaults applied to a Sample by the StreamMetadata stage.
Each non-empty field is filled into the matching Sample field when missing. The fill_* flags control whether the executor should auto-assign stream_id, input_seq, and orig_input_seq when not present.
- See Also
Definition at line 28 of file GraphMetadata.h.
Public Member Attributes
caps_string
|
Default GStreamer caps string.
Definition at line 30 of file GraphMetadata.h.
fill_input_seq
|
Auto-assign input_seq when missing.
Definition at line 37 of file GraphMetadata.h.
fill_orig_input_seq
|
Auto-assign orig_input_seq when missing.
Definition at line 38 of file GraphMetadata.h.
fill_stream_id
|
Auto-assign stream_id when missing.
Definition at line 36 of file GraphMetadata.h.
format
|
Default format (e.g., "NV12").
Definition at line 34 of file GraphMetadata.h.
media_type
|
Default media type (e.g., "video/x-raw").
Definition at line 33 of file GraphMetadata.h.
payload_tag
|
port_name
|
stream_id
|
Default stream id; used if the sample has none and fill_stream_id.
Definition at line 29 of file GraphMetadata.h.
stream_label
|
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.