GstCodecParsers.AV1OBU

Fields

Name

Type

Access

Description

data

int

r/w

references the current data chunk that holds the OBU

header

GstCodecParsers.AV1OBUHeader

r/w

a GstCodecParsers.AV1OBUHeader OBU Header

obu_size

int

r/w

size of the OBU, not include header size

obu_type

GstCodecParsers.AV1OBUType

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.