Class StdVideoVP9SegmentationFlags.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<StdVideoVP9SegmentationFlags>, NativeResource, Pointer
Enclosing class:
StdVideoVP9SegmentationFlags

public static class StdVideoVP9SegmentationFlags.Buffer extends StructBuffer<StdVideoVP9SegmentationFlags,StdVideoVP9SegmentationFlags.Buffer> implements NativeResource
An array of StdVideoVP9SegmentationFlags structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new StdVideoVP9SegmentationFlags.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by StdVideoVP9SegmentationFlags.SIZEOF, and its mark will be undefined.

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

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • segmentation_update_map

      public boolean segmentation_update_map()
      Returns:
      the value of the segmentation_update_map field.
    • segmentation_temporal_update

      public boolean segmentation_temporal_update()
      Returns:
      the value of the segmentation_temporal_update field.
    • segmentation_update_data

      public boolean segmentation_update_data()
      Returns:
      the value of the segmentation_update_data field.
    • segmentation_abs_or_delta_update

      public boolean segmentation_abs_or_delta_update()
      Returns:
      the value of the segmentation_abs_or_delta_update field.
    • segmentation_update_map

      public StdVideoVP9SegmentationFlags.Buffer segmentation_update_map(boolean value)
      Sets the specified value to the segmentation_update_map field.
    • segmentation_temporal_update

      public StdVideoVP9SegmentationFlags.Buffer segmentation_temporal_update(boolean value)
      Sets the specified value to the segmentation_temporal_update field.
    • segmentation_update_data

      public StdVideoVP9SegmentationFlags.Buffer segmentation_update_data(boolean value)
      Sets the specified value to the segmentation_update_data field.
    • segmentation_abs_or_delta_update

      public StdVideoVP9SegmentationFlags.Buffer segmentation_abs_or_delta_update(boolean value)
      Sets the specified value to the segmentation_abs_or_delta_update field.