Class VkVideoEncodeAV1QIndexKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoEncodeAV1QIndexKHR extends Struct<VkVideoEncodeAV1QIndexKHR> implements NativeResource

 struct VkVideoEncodeAV1QIndexKHR {
     uint32_t intraQIndex;
     uint32_t predictiveQIndex;
     uint32_t bipredictiveQIndex;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int INTRAQINDEX
      The struct member offsets.
    • PREDICTIVEQINDEX

      public static final int PREDICTIVEQINDEX
      The struct member offsets.
    • BIPREDICTIVEQINDEX

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

    • VkVideoEncodeAV1QIndexKHR

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