GstCodecParsers.Mpeg4Packet

Fields

Name

Type

Access

Description

data

int

r/w

the data containing packet starting at offset

marker_size

int

r/w

The size in bit of the resync marker.

offset

int

r/w

offset of the start of the packet (without the 3 bytes startcode), but including the GstCodecParsers.Mpeg4StartCode byte.

size

int

r/w

The size in bytes of the packet or GObject.G_MAXUINT if the end wasn’t found.

type

GstCodecParsers.Mpeg4StartCode

r/w

the type of the packet that start at offset

Methods

None

Details

class GstCodecParsers.Mpeg4Packet

A structure that contains the type of a packet, its offset and its size