GstCodecs.Vp9StatefulParser

Fields

Name

Type

Access

Description

bit_depth

int

r

color_range

int

r

color_space

int

r

loop_filter_params

GstCodecs.Vp9LoopFilterParams

r

mi_cols

int

r

mi_rows

int

r

reference

[object]

r/w

sb64_cols

int

r

sb64_rows

int

r

segmentation_params

GstCodecs.Vp9SegmentationParams

r

subsampling_x

int

r

subsampling_y

int

r

Methods

free ()

parse_compressed_frame_header (header, data, size)

parse_uncompressed_frame_header (header, data, size)

Details

class GstCodecs.Vp9StatefulParser

This object is used to parse VP9 bitstream header.

New in version 1.20.

free()

Frees self.

New in version 1.20.

parse_compressed_frame_header(header, data, size)
Parameters:
Returns:

a GstCodecParsers.Vp9ParserResult

Return type:

GstCodecParsers.Vp9ParserResult

Parses the compressed information in the VP9 bitstream contained in data, and fills in header with the parsed values. The size argument represent the whole frame size.

New in version 1.20.

parse_uncompressed_frame_header(header, data, size)
Parameters:
Returns:

a GstCodecParsers.Vp9ParserResult

Return type:

GstCodecParsers.Vp9ParserResult

Parses the VP9 bitstream contained in data, and fills in header with the information. The size argument represent the whole frame size.

New in version 1.20.