Class StdVideoVP9SegmentationFlags

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoVP9SegmentationFlags extends Struct<StdVideoVP9SegmentationFlags> implements NativeResource
struct StdVideoVP9SegmentationFlags {
    uint32_t segmentation_update_map : 1;
    uint32_t segmentation_temporal_update : 1;
    uint32_t segmentation_update_data : 1;
    uint32_t segmentation_abs_or_delta_update : 1;
    uint32_t reserved : 28;
}
  • Field Details

    • SIZEOF

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

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

      public static final int BITFIELD0
      The struct member offsets.
    • BITFIELD1

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

    • StdVideoVP9SegmentationFlags

      public StdVideoVP9SegmentationFlags(ByteBuffer container)
      Creates a StdVideoVP9SegmentationFlags 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