Class StdVideoVP9Segmentation

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoVP9Segmentation extends Struct<StdVideoVP9Segmentation> implements NativeResource

 struct StdVideoVP9Segmentation {
     StdVideoVP9SegmentationFlags flags;
     uint8_t segmentation_tree_probs[STD_VIDEO_VP9_MAX_SEGMENTATION_TREE_PROBS];
     uint8_t segmentation_pred_prob[STD_VIDEO_VP9_MAX_SEGMENTATION_PRED_PROB];
     uint8_t FeatureEnabled[STD_VIDEO_VP9_MAX_SEGMENTS];
     int16_t FeatureData[STD_VIDEO_VP9_SEG_LVL_MAX];
 }