Class VkVideoEncodeAV1FrameSizeKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoEncodeAV1FrameSizeKHR extends Struct<VkVideoEncodeAV1FrameSizeKHR> implements NativeResource

 struct VkVideoEncodeAV1FrameSizeKHR {
     uint32_t intraFrameSize;
     uint32_t predictiveFrameSize;
     uint32_t bipredictiveFrameSize;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int INTRAFRAMESIZE
      The struct member offsets.
    • PREDICTIVEFRAMESIZE

      public static final int PREDICTIVEFRAMESIZE
      The struct member offsets.
    • BIPREDICTIVEFRAMESIZE

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

    • VkVideoEncodeAV1FrameSizeKHR

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