Class StdVideoEncodeH264RefListModEntry

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

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

Layout


 struct StdVideoEncodeH264RefListModEntry {
     StdVideoH264ModificationOfPicNumsIdc modification_of_pic_nums_idc;
     uint16_t abs_diff_pic_num_minus1;
     uint16_t long_term_pic_num;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int MODIFICATION_OF_PIC_NUMS_IDC
      The struct member offsets.
    • ABS_DIFF_PIC_NUM_MINUS1

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

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

    • StdVideoEncodeH264RefListModEntry

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