Class VkVideoEncodeAV1PictureInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoEncodeAV1PictureInfoKHR extends Struct<VkVideoEncodeAV1PictureInfoKHR> implements NativeResource
struct VkVideoEncodeAV1PictureInfoKHR {
    VkStructureType sType;
    void const * pNext;
    VkVideoEncodeAV1PredictionModeKHR predictionMode;
    VkVideoEncodeAV1RateControlGroupKHR rateControlGroup;
    uint32_t constantQIndex;
    StdVideoEncodeAV1PictureInfo const * pStdPictureInfo;
    int32_t referenceNameSlotIndices[VK_MAX_VIDEO_AV1_REFERENCES_PER_FRAME_KHR];
    VkBool32 primaryReferenceCdfOnly;
    VkBool32 generateObuExtensionHeader;
}
  • Field Details

    • SIZEOF

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

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

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • PREDICTIONMODE

      public static final int PREDICTIONMODE
      The struct member offsets.
    • RATECONTROLGROUP

      public static final int RATECONTROLGROUP
      The struct member offsets.
    • CONSTANTQINDEX

      public static final int CONSTANTQINDEX
      The struct member offsets.
    • PSTDPICTUREINFO

      public static final int PSTDPICTUREINFO
      The struct member offsets.
    • REFERENCENAMESLOTINDICES

      public static final int REFERENCENAMESLOTINDICES
      The struct member offsets.
    • PRIMARYREFERENCECDFONLY

      public static final int PRIMARYREFERENCECDFONLY
      The struct member offsets.
    • GENERATEOBUEXTENSIONHEADER

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

    • VkVideoEncodeAV1PictureInfoKHR

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