| 
    HDK
    
   | 
 
#include <vulkan_beta.h>
Public Attributes | |
| VkStructureType | sType | 
| const void * | pNext | 
| uint32_t | queueFamilyIndex | 
| VkVideoSessionCreateFlagsKHR | flags | 
| const VkVideoProfileInfoKHR * | pVideoProfile | 
| VkFormat | pictureFormat | 
| VkExtent2D | maxCodedExtent | 
| VkFormat | referencePictureFormat | 
| uint32_t | maxDpbSlots | 
| uint32_t | maxActiveReferencePictures | 
| const VkExtensionProperties * | pStdHeaderVersion | 
Definition at line 190 of file vulkan_beta.h.
| VkVideoSessionCreateFlagsKHR VkVideoSessionCreateInfoKHR::flags | 
Definition at line 194 of file vulkan_beta.h.
| uint32_t VkVideoSessionCreateInfoKHR::maxActiveReferencePictures | 
Definition at line 200 of file vulkan_beta.h.
| VkExtent2D VkVideoSessionCreateInfoKHR::maxCodedExtent | 
Definition at line 197 of file vulkan_beta.h.
| uint32_t VkVideoSessionCreateInfoKHR::maxDpbSlots | 
Definition at line 199 of file vulkan_beta.h.
| VkFormat VkVideoSessionCreateInfoKHR::pictureFormat | 
Definition at line 196 of file vulkan_beta.h.
| const void* VkVideoSessionCreateInfoKHR::pNext | 
Definition at line 192 of file vulkan_beta.h.
| const VkExtensionProperties* VkVideoSessionCreateInfoKHR::pStdHeaderVersion | 
Definition at line 201 of file vulkan_beta.h.
| const VkVideoProfileInfoKHR* VkVideoSessionCreateInfoKHR::pVideoProfile | 
Definition at line 195 of file vulkan_beta.h.
| uint32_t VkVideoSessionCreateInfoKHR::queueFamilyIndex | 
Definition at line 193 of file vulkan_beta.h.
| VkFormat VkVideoSessionCreateInfoKHR::referencePictureFormat | 
Definition at line 198 of file vulkan_beta.h.
| VkStructureType VkVideoSessionCreateInfoKHR::sType | 
Definition at line 191 of file vulkan_beta.h.