GstCodecParsers.MpegVideoSequenceExt

Fields

Name

Type

Access

Description

bitrate_ext

int

r/w

The bitrate

chroma_format

int

r/w

indicates the chrominance format

fps_d_ext

int

r/w

Framerate denominator code

fps_n_ext

int

r/w

Framerate nominator code

horiz_size_ext

int

r/w

Horizontal size

level

int

r/w

mpeg2 decoder level

low_delay

int

r/w

True if the sequence doesn’t contain any B-pictures, False otherwise

profile

int

r/w

mpeg2 decoder profile

profile_level_escape_bit

int

r/w

Escape bit. If set, the meaning of the profile and level fields is different.

progressive

int

r/w

True if the frames are progressive False otherwise

vbv_buffer_size_extension

int

r/w

VBV buffer size

vert_size_ext

int

r/w

Vertical size

Methods

None

Details

class GstCodecParsers.MpegVideoSequenceExt

The Mpeg2 Video Sequence Extension structure.