Class StdVideoEncodeH264ReferenceInfo

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

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

Layout


 struct StdVideoEncodeH264ReferenceInfo {
     StdVideoEncodeH264ReferenceInfoFlags flags;
     StdVideoH264PictureType primary_pic_type;
     uint32_t FrameNum;
     int32_t PicOrderCnt;
     uint16_t long_term_pic_num;
     uint16_t long_term_frame_idx;
     uint8_t temporal_id;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int FLAGS
      The struct member offsets.
    • PRIMARY_PIC_TYPE

      public static final int PRIMARY_PIC_TYPE
      The struct member offsets.
    • FRAMENUM

      public static final int FRAMENUM
      The struct member offsets.
    • PICORDERCNT

      public static final int PICORDERCNT
      The struct member offsets.
    • LONG_TERM_PIC_NUM

      public static final int LONG_TERM_PIC_NUM
      The struct member offsets.
    • LONG_TERM_FRAME_IDX

      public static final int LONG_TERM_FRAME_IDX
      The struct member offsets.
    • TEMPORAL_ID

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

    • StdVideoEncodeH264ReferenceInfo

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