Class StdVideoAV1QuantizationFlags.Buffer

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

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

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new StdVideoAV1QuantizationFlags.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 StdVideoAV1QuantizationFlags.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

    • using_qmatrix

      public boolean using_qmatrix()
      Returns:
      the value of the using_qmatrix field.
    • diff_uv_delta

      public boolean diff_uv_delta()
      Returns:
      the value of the diff_uv_delta field.
    • using_qmatrix

      public StdVideoAV1QuantizationFlags.Buffer using_qmatrix(boolean value)
      Sets the specified value to the using_qmatrix field.
    • diff_uv_delta

      public StdVideoAV1QuantizationFlags.Buffer diff_uv_delta(boolean value)
      Sets the specified value to the diff_uv_delta field.