GstCodecs.Vp9SegmentationParams¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
feature_data |
[ |
r/w |
segmentation feature data |
feature_enabled |
r/w |
indicates whether feature is enabled or not |
|
segmentation_abs_or_delta_update |
r/w |
equal to 0 indicates that the segmentation parameters represent adjustments relative to the standard values. equal to 1 indicates that the segmentation parameters represent the actual values to be used |
|
segmentation_enabled |
r/w |
equal to 1 indicates that this frame makes use of the segmentation tool |
|
segmentation_pred_prob |
r/w |
specify the probability values to be used when decoding seg_id_predicted |
|
segmentation_temporal_update |
r/w |
equal to 1 indicates that the updates to the segmentation map are coded relative to the existing segmentation map |
|
segmentation_tree_probs |
r/w |
specify the probability values to be used when decoding segment_id |
|
segmentation_update_data |
r/w |
equal to 1 indicates that new parameters are about to be specified for each segment |
|
segmentation_update_map |
r/w |
equal to 1 indicates that the segmentation map should be updated during the decoding of this frame |
Methods¶
None
Details¶
- class GstCodecs.Vp9SegmentationParams¶
See “6.2.11 Segmentation params syntax” and “7.2.10 Segmentation params syntax”. When segmentation_update_data is equal to zero, parser will fill feature_enabled and by feature_data using previously parsed values.
New in version 1.20.