OutputCaps Struct
Optional explicit output caps applied at the group's tail. More...
Declaration
struct simaai::neat::nodes::groups::RtspDecodedInputOptions::OutputCaps { ... }
Included Headers
#include <RtspDecodedInput.h>
Public Member Attributes Index
| bool | enable = false |
|
If false, no caps filter is inserted. More... | |
| FormatSpec | format = FormatTag::NV12 |
|
Pixel format the group should advertise. More... | |
| int | width = -1 |
| int | height = -1 |
| int | fps = -1 |
| simaai::neat::CapsMemory | memory = simaai::neat::CapsMemory::Any |
|
Buffer memory domain. More... | |
Description
Optional explicit output caps applied at the group's tail.
Definition at line 67 of file RtspDecodedInput.h.