C Specification
To update, add, or remove video session parameters state, call:
// Provided by VK_KHR_video_queue
VkResult vkUpdateVideoSessionParametersKHR(
VkDevice device,
VkVideoSessionParametersKHR videoSessionParameters,
const VkVideoSessionParametersUpdateInfoKHR* pUpdateInfo);
Parameters
-
device
is the logical device that was used for the creation of the video session object. -
videoSessionParameters
is the video session object that is going to be updated. -
pUpdateInfo
is a pointer toVkVideoSessionParametersUpdateInfoKHR
structure containing the session parameters update info.
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.