Class VkVideoEncodeSessionParametersFeedbackInfoKHR

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

public class VkVideoEncodeSessionParametersFeedbackInfoKHR extends org.lwjgl.system.Struct<VkVideoEncodeSessionParametersFeedbackInfoKHR> implements org.lwjgl.system.NativeResource
Structure providing feedback about the requested video session parameters.
Description

Depending on the used video encode operation, additional codec-specific structures can be included in the pNext chain of this structure to capture codec-specific feedback information about the requested parameter data, as described in the corresponding sections.

Valid Usage (Implicit)
See Also

GetEncodedVideoSessionParametersKHR

Layout


 struct VkVideoEncodeSessionParametersFeedbackInfoKHR {
     VkStructureType sType();
     void * pNext();
     VkBool32 hasOverrides();
 }