Class StdVideoH265ScalingLists.Buffer

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

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

    • Buffer

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

    • ScalingList4x4

      public ByteBuffer ScalingList4x4()
      Returns:
      a ByteBuffer view of the ScalingList4x4 field.
    • ScalingList4x4

      public byte ScalingList4x4(int index)
      Returns:
      the value at the specified index of the ScalingList4x4 field.
    • ScalingList8x8

      public ByteBuffer ScalingList8x8()
      Returns:
      a ByteBuffer view of the ScalingList8x8 field.
    • ScalingList8x8

      public byte ScalingList8x8(int index)
      Returns:
      the value at the specified index of the ScalingList8x8 field.
    • ScalingList16x16

      public ByteBuffer ScalingList16x16()
      Returns:
      a ByteBuffer view of the ScalingList16x16 field.
    • ScalingList16x16

      public byte ScalingList16x16(int index)
      Returns:
      the value at the specified index of the ScalingList16x16 field.
    • ScalingList32x32

      public ByteBuffer ScalingList32x32()
      Returns:
      a ByteBuffer view of the ScalingList32x32 field.
    • ScalingList32x32

      public byte ScalingList32x32(int index)
      Returns:
      the value at the specified index of the ScalingList32x32 field.
    • ScalingListDCCoef16x16

      public ByteBuffer ScalingListDCCoef16x16()
      Returns:
      a ByteBuffer view of the ScalingListDCCoef16x16 field.
    • ScalingListDCCoef16x16

      public byte ScalingListDCCoef16x16(int index)
      Returns:
      the value at the specified index of the ScalingListDCCoef16x16 field.
    • ScalingListDCCoef32x32

      public ByteBuffer ScalingListDCCoef32x32()
      Returns:
      a ByteBuffer view of the ScalingListDCCoef32x32 field.
    • ScalingListDCCoef32x32

      public byte ScalingListDCCoef32x32(int index)
      Returns:
      the value at the specified index of the ScalingListDCCoef32x32 field.
    • ScalingList4x4

      public StdVideoH265ScalingLists.Buffer ScalingList4x4(ByteBuffer value)
      Copies the specified ByteBuffer to the ScalingList4x4 field.
    • ScalingList4x4

      public StdVideoH265ScalingLists.Buffer ScalingList4x4(int index, byte value)
      Sets the specified value at the specified index of the ScalingList4x4 field.
    • ScalingList8x8

      public StdVideoH265ScalingLists.Buffer ScalingList8x8(ByteBuffer value)
      Copies the specified ByteBuffer to the ScalingList8x8 field.
    • ScalingList8x8

      public StdVideoH265ScalingLists.Buffer ScalingList8x8(int index, byte value)
      Sets the specified value at the specified index of the ScalingList8x8 field.
    • ScalingList16x16

      public StdVideoH265ScalingLists.Buffer ScalingList16x16(ByteBuffer value)
      Copies the specified ByteBuffer to the ScalingList16x16 field.
    • ScalingList16x16

      public StdVideoH265ScalingLists.Buffer ScalingList16x16(int index, byte value)
      Sets the specified value at the specified index of the ScalingList16x16 field.
    • ScalingList32x32

      public StdVideoH265ScalingLists.Buffer ScalingList32x32(ByteBuffer value)
      Copies the specified ByteBuffer to the ScalingList32x32 field.
    • ScalingList32x32

      public StdVideoH265ScalingLists.Buffer ScalingList32x32(int index, byte value)
      Sets the specified value at the specified index of the ScalingList32x32 field.
    • ScalingListDCCoef16x16

      public StdVideoH265ScalingLists.Buffer ScalingListDCCoef16x16(ByteBuffer value)
      Copies the specified ByteBuffer to the ScalingListDCCoef16x16 field.
    • ScalingListDCCoef16x16

      public StdVideoH265ScalingLists.Buffer ScalingListDCCoef16x16(int index, byte value)
      Sets the specified value at the specified index of the ScalingListDCCoef16x16 field.
    • ScalingListDCCoef32x32

      public StdVideoH265ScalingLists.Buffer ScalingListDCCoef32x32(ByteBuffer value)
      Copies the specified ByteBuffer to the ScalingListDCCoef32x32 field.
    • ScalingListDCCoef32x32

      public StdVideoH265ScalingLists.Buffer ScalingListDCCoef32x32(int index, byte value)
      Sets the specified value at the specified index of the ScalingListDCCoef32x32 field.