Class VkVideoEncodeH265FrameSizeKHR

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

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

VkVideoEncodeH265RateControlLayerInfoKHR

Layout


 struct VkVideoEncodeH265FrameSizeKHR {
     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

    • VkVideoEncodeH265FrameSizeKHR

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