Structures
VkVideoEncodeH264SessionParametersFeedbackInfoKHR
Structure providing feedback about the requested H.264 video session parameters
The VkVideoEncodeH264SessionParametersFeedbackInfoKHR
structure is
defined as:
typedef struct VkVideoEncodeH264SessionParametersFeedbackInfoKHR {
VkStructureType sType;
void* pNext;
VkBool32 hasStdSPSOverrides;
VkBool32 hasStdPPSOverrides;
} VkVideoEncodeH264SessionParametersFeedbackInfoKHR;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.hasStdSPSOverrides
indicates whether any of the parameters of the requested H.264 sequence parameter set, if one was requested via VkVideoEncodeH264SessionParametersGetInfoKHR::writeStdSPS
, were overridden by the implementation.hasStdPPSOverrides
indicates whether any of the parameters of the requested H.264 picture parameter set, if one was requested via VkVideoEncodeH264SessionParametersGetInfoKHR::writeStdPPS
, were overridden by the implementation.
Valid Usage (Implicit)
VUID-VkVideoEncodeH264SessionParametersFeedbackInfoKHR-sType-sType
sType
must be VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_PARAMETERS_FEEDBACK_INFO_KHR