Class StdVideoH265DecPicBufMgr

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoH265DecPicBufMgr extends Struct<StdVideoH265DecPicBufMgr> implements NativeResource

 struct StdVideoH265DecPicBufMgr {
     uint32_t max_latency_increase_plus1[STD_VIDEO_H265_SUBLAYERS_LIST_SIZE];
     uint8_t max_dec_pic_buffering_minus1[STD_VIDEO_H265_SUBLAYERS_LIST_SIZE];
     uint8_t max_num_reorder_pics[STD_VIDEO_H265_SUBLAYERS_LIST_SIZE];
 }
  • Field Details

    • SIZEOF

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

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

      public static final int MAX_LATENCY_INCREASE_PLUS1
      The struct member offsets.
    • MAX_DEC_PIC_BUFFERING_MINUS1

      public static final int MAX_DEC_PIC_BUFFERING_MINUS1
      The struct member offsets.
    • MAX_NUM_REORDER_PICS

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

    • StdVideoH265DecPicBufMgr

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