Enum
VkVideoCodingControlFlagBitsKHR
Video coding control flags
Bits which can be set in VkVideoCodingControlInfoKHR::flags
,
specifying the video coding control parameters to be modified, are:
typedef enum VkVideoCodingControlFlagBitsKHR {
VK_VIDEO_CODING_CONTROL_RESET_BIT_KHR = 0x00000001,
} VkVideoCodingControlFlagBitsKHR;
VK_VIDEO_CODING_CONTROL_RESET_BIT_KHR
indicates a request for the bound video session to be reset before other coding control parameters are applied.VK_VIDEO_CODING_CONTROL_ENCODE_RATE_CONTROL_BIT_KHR
indicates that the coding control parameters include video encode rate control parameters (see VkVideoEncodeRateControlInfoKHR).VK_VIDEO_CODING_CONTROL_ENCODE_QUALITY_LEVEL_BIT_KHR
indicates that the coding control parameters include video encode quality level parameters (see VkVideoEncodeQualityLevelInfoKHR).