C Specification
To start video decode or encode operations, call:
// Provided by VK_KHR_video_queue
void vkCmdBeginVideoCodingKHR(
VkCommandBuffer commandBuffer,
const VkVideoBeginCodingInfoKHR* pBeginInfo);
Parameters
-
commandBuffer
is the command buffer to be used when recording commands for the video decode and encode operations. -
pBeginInfo
is the pointer to an instance of VkVideoBeginCodingInfoKHR.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.