Class StdVideoEncodeH265LongTermRefPics.Buffer

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

public static class StdVideoEncodeH265LongTermRefPics.Buffer extends StructBuffer<StdVideoEncodeH265LongTermRefPics,StdVideoEncodeH265LongTermRefPics.Buffer> implements NativeResource
  • Constructor Details

    • Buffer

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

    • num_long_term_sps

      public byte num_long_term_sps()
      Returns:
      the value of the num_long_term_sps field.
    • num_long_term_pics

      public byte num_long_term_pics()
      Returns:
      the value of the num_long_term_pics field.
    • lt_idx_sps

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

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

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

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

      public short used_by_curr_pic_lt_flag()
      Returns:
      the value of the used_by_curr_pic_lt_flag field.
    • delta_poc_msb_present_flag

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

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

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

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

      public StdVideoEncodeH265LongTermRefPics.Buffer num_long_term_sps(byte value)
      Sets the specified value to the num_long_term_sps field.
    • num_long_term_pics

      public StdVideoEncodeH265LongTermRefPics.Buffer num_long_term_pics(byte value)
      Sets the specified value to the num_long_term_pics field.
    • lt_idx_sps

      Copies the specified ByteBuffer to the lt_idx_sps field.
    • lt_idx_sps

      public StdVideoEncodeH265LongTermRefPics.Buffer lt_idx_sps(int index, byte value)
      Sets the specified value at the specified index of the lt_idx_sps field.
    • poc_lsb_lt

      Copies the specified ByteBuffer to the poc_lsb_lt field.
    • poc_lsb_lt

      public StdVideoEncodeH265LongTermRefPics.Buffer poc_lsb_lt(int index, byte value)
      Sets the specified value at the specified index of the poc_lsb_lt field.
    • used_by_curr_pic_lt_flag

      public StdVideoEncodeH265LongTermRefPics.Buffer used_by_curr_pic_lt_flag(short value)
      Sets the specified value to the used_by_curr_pic_lt_flag field.
    • delta_poc_msb_present_flag

      public StdVideoEncodeH265LongTermRefPics.Buffer delta_poc_msb_present_flag(ByteBuffer value)
      Copies the specified ByteBuffer to the delta_poc_msb_present_flag field.
    • delta_poc_msb_present_flag

      public StdVideoEncodeH265LongTermRefPics.Buffer delta_poc_msb_present_flag(int index, byte value)
      Sets the specified value at the specified index of the delta_poc_msb_present_flag field.
    • delta_poc_msb_cycle_lt

      public StdVideoEncodeH265LongTermRefPics.Buffer delta_poc_msb_cycle_lt(ByteBuffer value)
      Copies the specified ByteBuffer to the delta_poc_msb_cycle_lt field.
    • delta_poc_msb_cycle_lt

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