Class VkVideoEncodeAV1QIndexKHR

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

public class VkVideoEncodeAV1QIndexKHR extends org.lwjgl.system.Struct<VkVideoEncodeAV1QIndexKHR> implements org.lwjgl.system.NativeResource
Structure describing AV1 quantizer index values per prediction mode.
See Also

VkVideoEncodeAV1QualityLevelPropertiesKHR, VkVideoEncodeAV1RateControlLayerInfoKHR

Layout


 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