GstCodecParsers.MpegVideoSliceHdr¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
header_size |
r/w |
||
intra_slice |
r/w |
Equal to one if all the macroblocks are intra macro blocks. |
|
mb_column |
r/w |
||
mb_row |
r/w |
||
priority_breakpoint |
r/w |
Point where the bitstream shall be partitioned |
|
quantiser_scale_code |
r/w |
Quantiser value (range: 1-31) |
|
slice_ext_flag |
r/w |
Slice Extension flag |
|
slice_picture_id |
r/w |
Intended to aid recovery on severe bursts of errors for certain types of applications |
|
slice_picture_id_enable |
r/w |
controls the semantics of slice_picture_id |
|
vertical_position |
r/w |
slice vertical position |
|
vertical_position_ext |
r/w |
Methods¶
None
Details¶
- class GstCodecParsers.MpegVideoSliceHdr¶
The Mpeg2 Video Slice Header structure.
New in version 1.2.