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 parameters object that is going to be updated. -
pUpdateInfo
is a pointer to aVkVideoSessionParametersUpdateInfoKHR
structure containing the session parameters update information.
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.