GstCodecs.Vp9StatefulParser¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
bit_depth |
r |
||
color_range |
r |
||
color_space |
r |
||
loop_filter_params |
r |
||
mi_cols |
r |
||
mi_rows |
r |
||
reference |
[ |
r/w |
|
sb64_cols |
r |
||
sb64_rows |
r |
||
segmentation_params |
r |
||
subsampling_x |
r |
||
subsampling_y |
r |
Methods¶
|
|
|
|
|
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:
header (
GstCodecs.Vp9FrameHeader) – TheGstCodecs.Vp9FrameHeaderto filldata (
int) – The data to parsesize (
int) – The size of the data to parse
- Returns:
- Return type:
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:
header (
GstCodecs.Vp9FrameHeader) – TheGstCodecs.Vp9FrameHeaderto filldata (
int) – The data to parsesize (
int) – The size of the data to parse
- Returns:
- Return type:
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.