Class VkVideoEncodeSessionParametersGetInfoKHR

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

public class VkVideoEncodeSessionParametersGetInfoKHR extends org.lwjgl.system.Struct<VkVideoEncodeSessionParametersGetInfoKHR> implements org.lwjgl.system.NativeResource
Structure specifying parameters for retrieving encoded video session parameter data.
Description

Depending on the used video encode operation, additional codec-specific structures may need to be included in the pNext chain of this structure to identify the specific video session parameters to retrieve encoded parameter data for, as described in the corresponding sections.

Valid Usage (Implicit)
See Also

GetEncodedVideoSessionParametersKHR

Layout


 struct VkVideoEncodeSessionParametersGetInfoKHR {
     VkStructureType sType();
     void const * pNext();
     VkVideoSessionParametersKHR videoSessionParameters();
 }