Class StdVideoH265LongTermRefPicsSps

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<StdVideoH265LongTermRefPicsSps>
org.lwjgl.vulkan.video.StdVideoH265LongTermRefPicsSps
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class StdVideoH265LongTermRefPicsSps extends org.lwjgl.system.Struct<StdVideoH265LongTermRefPicsSps> implements org.lwjgl.system.NativeResource

Layout


 struct StdVideoH265LongTermRefPicsSps {
     uint32_t used_by_curr_pic_lt_sps_flag;
     uint32_t lt_ref_pic_poc_lsb_sps[STD_VIDEO_H265_MAX_LONG_TERM_REF_PICS_SPS];
 }
  • Field Details

    • SIZEOF

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

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

      public static final int USED_BY_CURR_PIC_LT_SPS_FLAG
      The struct member offsets.
    • LT_REF_PIC_POC_LSB_SPS

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

    • StdVideoH265LongTermRefPicsSps

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