H264ParseOptions Struct
Construction options for an H264Parse Node — config-interval and optional caps lock. More...
Declaration
Included Headers
Enumerations Index
| enum class | Alignment { ... } |
|
Access-unit alignment to enforce on the downstream caps. More... | |
| enum class | StreamFormat { ... } |
|
Byte-stream vs. AVC framing to enforce on the downstream caps. More... | |
Public Member Attributes Index
| int | config_interval = 1 |
|
Sends SPS/PPS periodically (seconds). More... | |
| Alignment | alignment = Alignment::Auto |
|
Alignment to enforce when enforce_caps is true. More... | |
| StreamFormat | stream_format = ... |
|
Stream-format to enforce when enforce_caps is true. More... | |
| bool | enforce_caps = false |
|
If true, append a named capsfilter after h264parse with the non-Auto fields applied. More... | |
Description
Construction options for an H264Parse Node — config-interval and optional caps lock.
Definition at line 36 of file H264Parse.h.
Enumerations
Alignment
| strong |
Access-unit alignment to enforce on the downstream caps.
Definition at line 44 of file H264Parse.h.
StreamFormat
| strong |
Byte-stream vs. AVC framing to enforce on the downstream caps.
Definition at line 46 of file H264Parse.h.