GstCodecParsers.AV1OBU¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
data |
r/w |
references the current data chunk that holds the OBU |
|
header |
r/w |
a |
|
obu_size |
r/w |
size of the OBU, not include header size |
|
obu_type |
r/w |
the type of data structure contained in the OBU payload. |
Methods¶
None
Details¶
- class GstCodecParsers.AV1OBU¶
It is the general representation of AV1 OBU (Open Bitstream Unit). One OBU include its header and payload.