Class VkVideoEncodeH264FrameSizeKHR

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

public class VkVideoEncodeH264FrameSizeKHR extends org.lwjgl.system.Struct<VkVideoEncodeH264FrameSizeKHR> implements org.lwjgl.system.NativeResource
Structure describing frame size values per H.264 picture type.
See Also

VkVideoEncodeH264RateControlLayerInfoKHR

Layout


 struct VkVideoEncodeH264FrameSizeKHR {
     uint32_t frameISize();
     uint32_t framePSize();
     uint32_t frameBSize();
 }
  • Field Details

    • SIZEOF

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

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

      public static final int FRAMEISIZE
      The struct member offsets.
    • FRAMEPSIZE

      public static final int FRAMEPSIZE
      The struct member offsets.
    • FRAMEBSIZE

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

    • VkVideoEncodeH264FrameSizeKHR

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