Vulkan-Hpp
vk::VideoSessionCreateInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkVideoSessionCreateInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR (uint32_t queueFamilyIndex_={}, vk::VideoSessionCreateFlagsKHR flags_={}, const vk::VideoProfileInfoKHR *pVideoProfile_={}, vk::Format pictureFormat_=vk::Format::eUndefined, vk::Extent2D maxCodedExtent_={}, vk::Format referencePictureFormat_=vk::Format::eUndefined, uint32_t maxDpbSlots_={}, uint32_t maxActiveReferencePictures_={}, const vk::ExtensionProperties *pStdHeaderVersion_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR (VideoSessionCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 VideoSessionCreateInfoKHR (VkVideoSessionCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VideoSessionCreateInfoKHRoperator= (VideoSessionCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
VideoSessionCreateInfoKHRoperator= (VkVideoSessionCreateInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHRsetQueueFamilyIndex (uint32_t queueFamilyIndex_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHRsetFlags (vk::VideoSessionCreateFlagsKHR flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHRsetPVideoProfile (const vk::VideoProfileInfoKHR *pVideoProfile_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHRsetPictureFormat (vk::Format pictureFormat_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHRsetMaxCodedExtent (vk::Extent2D const &maxCodedExtent_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHRsetReferencePictureFormat (vk::Format referencePictureFormat_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHRsetMaxDpbSlots (uint32_t maxDpbSlots_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHRsetMaxActiveReferencePictures (uint32_t maxActiveReferencePictures_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHRsetPStdHeaderVersion (const vk::ExtensionProperties *pStdHeaderVersion_) VULKAN_HPP_NOEXCEPT
 
 operator VkVideoSessionCreateInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkVideoSessionCreateInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (VideoSessionCreateInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (VideoSessionCreateInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eVideoSessionCreateInfoKHR
 
const void * pNext = {}
 
uint32_t queueFamilyIndex = {}
 
vk::VideoSessionCreateFlagsKHR flags = {}
 
const vk::VideoProfileInfoKHRpVideoProfile = {}
 
vk::Format pictureFormat = vk::Format::eUndefined
 
vk::Extent2D maxCodedExtent = {}
 
vk::Format referencePictureFormat = vk::Format::eUndefined
 
uint32_t maxDpbSlots = {}
 
uint32_t maxActiveReferencePictures = {}
 
const vk::ExtensionPropertiespStdHeaderVersion = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoSessionCreateInfoKHR
 

Detailed Description

Definition at line 121876 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ VideoSessionCreateInfoKHR() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::VideoSessionCreateInfoKHR::VideoSessionCreateInfoKHR ( uint32_t  queueFamilyIndex_ = {},
vk::VideoSessionCreateFlagsKHR  flags_ = {},
const vk::VideoProfileInfoKHR pVideoProfile_ = {},
vk::Format  pictureFormat_ = vk::Format::eUndefined,
vk::Extent2D  maxCodedExtent_ = {},
vk::Format  referencePictureFormat_ = vk::Format::eUndefined,
uint32_t  maxDpbSlots_ = {},
uint32_t  maxActiveReferencePictures_ = {},
const vk::ExtensionProperties pStdHeaderVersion_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 121884 of file vulkan_structs.hpp.

◆ VideoSessionCreateInfoKHR() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::VideoSessionCreateInfoKHR::VideoSessionCreateInfoKHR ( VideoSessionCreateInfoKHR const &  rhs)
default

◆ VideoSessionCreateInfoKHR() [3/3]

vk::VideoSessionCreateInfoKHR::VideoSessionCreateInfoKHR ( VkVideoSessionCreateInfoKHR const &  rhs)
inline

Definition at line 121909 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkVideoSessionCreateInfoKHR &()

vk::VideoSessionCreateInfoKHR::operator VkVideoSessionCreateInfoKHR & ( )
inline

Definition at line 121991 of file vulkan_structs.hpp.

◆ operator VkVideoSessionCreateInfoKHR const &()

vk::VideoSessionCreateInfoKHR::operator VkVideoSessionCreateInfoKHR const & ( ) const
inline

Definition at line 121986 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::VideoSessionCreateInfoKHR::operator!= ( VideoSessionCreateInfoKHR const &  rhs) const
inline

Definition at line 122043 of file vulkan_structs.hpp.

◆ operator=() [1/2]

VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::operator= ( VideoSessionCreateInfoKHR const &  rhs)
default

◆ operator=() [2/2]

VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::operator= ( VkVideoSessionCreateInfoKHR const &  rhs)
inline

Definition at line 121917 of file vulkan_structs.hpp.

◆ operator==()

bool vk::VideoSessionCreateInfoKHR::operator== ( VideoSessionCreateInfoKHR const &  rhs) const
inline

Definition at line 122031 of file vulkan_structs.hpp.

◆ setFlags()

VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::setFlags ( vk::VideoSessionCreateFlagsKHR  flags_)
inline

Definition at line 121936 of file vulkan_structs.hpp.

◆ setMaxActiveReferencePictures()

VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::setMaxActiveReferencePictures ( uint32_t  maxActiveReferencePictures_)
inline

Definition at line 121972 of file vulkan_structs.hpp.

◆ setMaxCodedExtent()

VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::setMaxCodedExtent ( vk::Extent2D const &  maxCodedExtent_)
inline

Definition at line 121954 of file vulkan_structs.hpp.

◆ setMaxDpbSlots()

VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::setMaxDpbSlots ( uint32_t  maxDpbSlots_)
inline

Definition at line 121966 of file vulkan_structs.hpp.

◆ setPictureFormat()

VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::setPictureFormat ( vk::Format  pictureFormat_)
inline

Definition at line 121948 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::setPNext ( const void *  pNext_)
inline

Definition at line 121924 of file vulkan_structs.hpp.

◆ setPStdHeaderVersion()

VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::setPStdHeaderVersion ( const vk::ExtensionProperties pStdHeaderVersion_)
inline

Definition at line 121979 of file vulkan_structs.hpp.

◆ setPVideoProfile()

VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::setPVideoProfile ( const vk::VideoProfileInfoKHR pVideoProfile_)
inline

Definition at line 121942 of file vulkan_structs.hpp.

◆ setQueueFamilyIndex()

VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::setQueueFamilyIndex ( uint32_t  queueFamilyIndex_)
inline

Definition at line 121930 of file vulkan_structs.hpp.

◆ setReferencePictureFormat()

VULKAN_HPP_CONSTEXPR_14 VideoSessionCreateInfoKHR& vk::VideoSessionCreateInfoKHR::setReferencePictureFormat ( vk::Format  referencePictureFormat_)
inline

Definition at line 121960 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::VideoSessionCreateInfoKHR::allowDuplicate = false
static

Definition at line 121880 of file vulkan_structs.hpp.

◆ flags

vk::VideoSessionCreateFlagsKHR vk::VideoSessionCreateInfoKHR::flags = {}

Definition at line 122053 of file vulkan_structs.hpp.

◆ maxActiveReferencePictures

uint32_t vk::VideoSessionCreateInfoKHR::maxActiveReferencePictures = {}

Definition at line 122059 of file vulkan_structs.hpp.

◆ maxCodedExtent

vk::Extent2D vk::VideoSessionCreateInfoKHR::maxCodedExtent = {}

Definition at line 122056 of file vulkan_structs.hpp.

◆ maxDpbSlots

uint32_t vk::VideoSessionCreateInfoKHR::maxDpbSlots = {}

Definition at line 122058 of file vulkan_structs.hpp.

◆ pictureFormat

vk::Format vk::VideoSessionCreateInfoKHR::pictureFormat = vk::Format::eUndefined

Definition at line 122055 of file vulkan_structs.hpp.

◆ pNext

const void* vk::VideoSessionCreateInfoKHR::pNext = {}

Definition at line 122051 of file vulkan_structs.hpp.

◆ pStdHeaderVersion

const vk::ExtensionProperties* vk::VideoSessionCreateInfoKHR::pStdHeaderVersion = {}

Definition at line 122060 of file vulkan_structs.hpp.

◆ pVideoProfile

const vk::VideoProfileInfoKHR* vk::VideoSessionCreateInfoKHR::pVideoProfile = {}

Definition at line 122054 of file vulkan_structs.hpp.

◆ queueFamilyIndex

uint32_t vk::VideoSessionCreateInfoKHR::queueFamilyIndex = {}

Definition at line 122052 of file vulkan_structs.hpp.

◆ referencePictureFormat

vk::Format vk::VideoSessionCreateInfoKHR::referencePictureFormat = vk::Format::eUndefined

Definition at line 122057 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::VideoSessionCreateInfoKHR::structureType = StructureType::eVideoSessionCreateInfoKHR
static

Definition at line 121881 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::VideoSessionCreateInfoKHR::sType = StructureType::eVideoSessionCreateInfoKHR

Definition at line 122050 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: