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];
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • FEATUREENABLED

      public static final int FEATUREENABLED
      The struct member offsets.
    • FEATUREDATA

      public static final int FEATUREDATA
      The struct member offsets.
  • Constructor Details

    • StdVideoAV1Segmentation

      public StdVideoAV1Segmentation(ByteBuffer container)
      Creates a StdVideoAV1Segmentation instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details