Class StdVideoAV1Segmentation

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoAV1Segmentation extends Struct<StdVideoAV1Segmentation> implements NativeResource
struct StdVideoAV1Segmentation {
    uint8_t FeatureEnabled[STD_VIDEO_AV1_MAX_SEGMENTS];
    int16_t FeatureData[STD_VIDEO_AV1_SEG_LVL_MAX];
}