GstCodecParsers.Vp9FrameHdr¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
allow_high_precision_mv |
r/w |
allow hight precision motion vector |
|
display_height |
r/w |
display height |
|
display_size_enabled |
r/w |
display size enabled (cropping) |
|
display_width |
r/w |
display width |
|
error_resilient_mode |
r/w |
error resilent mode |
|
first_partition_size |
r/w |
first partition size (after the uncompressed header) |
|
frame_context_idx |
r/w |
frame context index |
|
frame_header_length_in_bytes |
r/w |
length of uncompressed header |
|
frame_parallel_decoding_mode |
r/w |
enable or disable parallel decoding support. |
|
frame_to_show |
r/w |
which frame to show if show_existing_frame is true |
|
frame_type |
r/w |
frame type |
|
height |
r/w |
frame height |
|
intra_only |
r/w |
intra only frame |
|
log2_tile_columns |
r/w |
tile column indicator |
|
log2_tile_rows |
r/w |
tile row indicator |
|
loopfilter |
r/w |
loopfilter values |
|
lossless_flag |
r/w |
lossless mode decode |
|
mcomp_filter_type |
r/w |
interpolation filter type |
|
profile |
r/w |
encoded profile |
|
quant_indices |
r/w |
quantization indices |
|
ref_frame_indices |
[ |
r/w |
reference frame index |
ref_frame_sign_bias |
[ |
r/w |
sign bias for selecting altref,last and golden frames |
refresh_frame_context |
r/w |
refresh frame context indicator |
|
refresh_frame_flags |
r/w |
refresh reference frame flags |
|
reset_frame_context |
r/w |
reset frame context |
|
segmentation |
r/w |
segmentation info |
|
show_existing_frame |
r/w |
display already decoded frame instead of doing the decoding |
|
show_frame |
r/w |
indicate whether it is a displayable frame or not |
|
width |
r/w |
frame width |
Methods¶
None
Details¶
- class GstCodecParsers.Vp9FrameHdr¶
Frame header
New in version 1.8.