Class StdVideoEncodeH265LongTermRefPics

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoEncodeH265LongTermRefPics extends Struct<StdVideoEncodeH265LongTermRefPics> implements NativeResource

 struct StdVideoEncodeH265LongTermRefPics {
     uint8_t num_long_term_sps;
     uint8_t num_long_term_pics;
     uint8_t lt_idx_sps[STD_VIDEO_H265_MAX_LONG_TERM_REF_PICS_SPS];
     uint8_t poc_lsb_lt[STD_VIDEO_H265_MAX_LONG_TERM_PICS];
     uint16_t used_by_curr_pic_lt_flag;
     uint8_t delta_poc_msb_present_flag[STD_VIDEO_H265_MAX_DELTA_POC];
     uint8_t delta_poc_msb_cycle_lt[STD_VIDEO_H265_MAX_DELTA_POC];
 }
  • Field Details

    • SIZEOF

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

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

      public static final int NUM_LONG_TERM_SPS
      The struct member offsets.
    • NUM_LONG_TERM_PICS

      public static final int NUM_LONG_TERM_PICS
      The struct member offsets.
    • LT_IDX_SPS

      public static final int LT_IDX_SPS
      The struct member offsets.
    • POC_LSB_LT

      public static final int POC_LSB_LT
      The struct member offsets.
    • USED_BY_CURR_PIC_LT_FLAG

      public static final int USED_BY_CURR_PIC_LT_FLAG
      The struct member offsets.
    • DELTA_POC_MSB_PRESENT_FLAG

      public static final int DELTA_POC_MSB_PRESENT_FLAG
      The struct member offsets.
    • DELTA_POC_MSB_CYCLE_LT

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

    • StdVideoEncodeH265LongTermRefPics

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