Class StdVideoEncodeH264RefPicMarkingEntry

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

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

Layout


 struct StdVideoEncodeH264RefPicMarkingEntry {
     StdVideoH264MemMgmtControlOp memory_management_control_operation;
     uint16_t difference_of_pic_nums_minus1;
     uint16_t long_term_pic_num;
     uint16_t long_term_frame_idx;
     uint16_t max_long_term_frame_idx_plus1;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int MEMORY_MANAGEMENT_CONTROL_OPERATION
      The struct member offsets.
    • DIFFERENCE_OF_PIC_NUMS_MINUS1

      public static final int DIFFERENCE_OF_PIC_NUMS_MINUS1
      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.
    • MAX_LONG_TERM_FRAME_IDX_PLUS1

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

    • StdVideoEncodeH264RefPicMarkingEntry

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