GstCodecParsers.AV1OBUHeader¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
obu_extention_flag |
r/w |
indicates if OBU header extention is present. |
|
obu_has_size_field |
r/w |
equal to 1 indicates that the obu_size syntax element will be present. obu_has_size_field equal to 0 indicates that the obu_size syntax element will not be present. |
|
obu_spatial_id |
r/w |
specifies the spatial level of the data contained in the OBU. |
|
obu_temporal_id |
r/w |
specifies the temporal level of the data contained in the OBU. |
|
obu_type |
r/w |
the type of data structure contained in the OBU payload. |
Methods¶
None
Details¶
- class GstCodecParsers.AV1OBUHeader¶
Collect info for OBU header and OBU extension header if obu_extension_flag == 1.