Class VkVideoEncodeH264ProfileInfoKHR

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

public class VkVideoEncodeH264ProfileInfoKHR extends org.lwjgl.system.Struct<VkVideoEncodeH264ProfileInfoKHR> implements org.lwjgl.system.NativeResource
Structure specifying H.264 encode-specific video profile parameters.
Valid Usage (Implicit)

Layout


 struct VkVideoEncodeH264ProfileInfoKHR {
     VkStructureType sType();
     void const * pNext();
     StdVideoH264ProfileIdc stdProfileIdc();
 }
  • 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.
    • STDPROFILEIDC

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

    • VkVideoEncodeH264ProfileInfoKHR

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