Vulkan-Hpp
vk::VideoEncodeSessionParametersGetInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkVideoEncodeSessionParametersGetInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR VideoEncodeSessionParametersGetInfoKHR (vk::VideoSessionParametersKHR videoSessionParameters_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR VideoEncodeSessionParametersGetInfoKHR (VideoEncodeSessionParametersGetInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 VideoEncodeSessionParametersGetInfoKHR (VkVideoEncodeSessionParametersGetInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VideoEncodeSessionParametersGetInfoKHRoperator= (VideoEncodeSessionParametersGetInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
VideoEncodeSessionParametersGetInfoKHRoperator= (VkVideoEncodeSessionParametersGetInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoEncodeSessionParametersGetInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoEncodeSessionParametersGetInfoKHRsetVideoSessionParameters (vk::VideoSessionParametersKHR videoSessionParameters_) VULKAN_HPP_NOEXCEPT
 
 operator VkVideoEncodeSessionParametersGetInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkVideoEncodeSessionParametersGetInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (VideoEncodeSessionParametersGetInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (VideoEncodeSessionParametersGetInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eVideoEncodeSessionParametersGetInfoKHR
 
const void * pNext = {}
 
vk::VideoSessionParametersKHR videoSessionParameters = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 121213 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ VideoEncodeSessionParametersGetInfoKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::VideoEncodeSessionParametersGetInfoKHR::VideoEncodeSessionParametersGetInfoKHR ( vk::VideoSessionParametersKHR  videoSessionParameters_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 121221 of file vulkan_structs.hpp.

◆ VideoEncodeSessionParametersGetInfoKHR() [2/3]

VULKAN_HPP_CONSTEXPR vk::VideoEncodeSessionParametersGetInfoKHR::VideoEncodeSessionParametersGetInfoKHR ( VideoEncodeSessionParametersGetInfoKHR const &  rhs)
default

◆ VideoEncodeSessionParametersGetInfoKHR() [3/3]

vk::VideoEncodeSessionParametersGetInfoKHR::VideoEncodeSessionParametersGetInfoKHR ( VkVideoEncodeSessionParametersGetInfoKHR const &  rhs)
inline

Definition at line 121230 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkVideoEncodeSessionParametersGetInfoKHR &()

vk::VideoEncodeSessionParametersGetInfoKHR::operator VkVideoEncodeSessionParametersGetInfoKHR & ( )
inline

Definition at line 121264 of file vulkan_structs.hpp.

◆ operator VkVideoEncodeSessionParametersGetInfoKHR const &()

vk::VideoEncodeSessionParametersGetInfoKHR::operator VkVideoEncodeSessionParametersGetInfoKHR const & ( ) const
inline

Definition at line 121259 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 121293 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

VideoEncodeSessionParametersGetInfoKHR& vk::VideoEncodeSessionParametersGetInfoKHR::operator= ( VkVideoEncodeSessionParametersGetInfoKHR const &  rhs)
inline

Definition at line 121238 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 121284 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 121245 of file vulkan_structs.hpp.

◆ setVideoSessionParameters()

VULKAN_HPP_CONSTEXPR_14 VideoEncodeSessionParametersGetInfoKHR& vk::VideoEncodeSessionParametersGetInfoKHR::setVideoSessionParameters ( vk::VideoSessionParametersKHR  videoSessionParameters_)
inline

Definition at line 121252 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 121217 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 121301 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::VideoEncodeSessionParametersGetInfoKHR::structureType = StructureType::eVideoEncodeSessionParametersGetInfoKHR
static

Definition at line 121218 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::VideoEncodeSessionParametersGetInfoKHR::sType = StructureType::eVideoEncodeSessionParametersGetInfoKHR

Definition at line 121300 of file vulkan_structs.hpp.

◆ videoSessionParameters

vk::VideoSessionParametersKHR vk::VideoEncodeSessionParametersGetInfoKHR::videoSessionParameters = {}

Definition at line 121302 of file vulkan_structs.hpp.


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