GstCodecParsers.AV1OBUHeader

Fields

Name

Type

Access

Description

obu_extention_flag

bool

r/w

indicates if OBU header extention is present.

obu_has_size_field

bool

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

int

r/w

specifies the spatial level of the data contained in the OBU.

obu_temporal_id

int

r/w

specifies the temporal level of the data contained in the OBU.

obu_type

GstCodecParsers.AV1OBUType

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.