Vulkan-Hpp
vk::video::DecodeH264ReferenceInfoFlags Struct Reference

#include <vulkan_video.hpp>

Public Types

using NativeType = StdVideoDecodeH264ReferenceInfoFlags
 

Public Member Functions

 operator StdVideoDecodeH264ReferenceInfoFlags const & () const VULKAN_HPP_NOEXCEPT
 
 operator StdVideoDecodeH264ReferenceInfoFlags & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DecodeH264ReferenceInfoFlags const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DecodeH264ReferenceInfoFlags const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

uint32_t top_field_flag: 1
 
uint32_t bottom_field_flag: 1
 
uint32_t used_for_long_term_reference: 1
 
uint32_t is_non_existing: 1
 

Detailed Description

Definition at line 721 of file vulkan_video.hpp.

Member Typedef Documentation

◆ NativeType

Member Function Documentation

◆ operator StdVideoDecodeH264ReferenceInfoFlags &()

vk::video::DecodeH264ReferenceInfoFlags::operator StdVideoDecodeH264ReferenceInfoFlags & ( )
inline

Definition at line 730 of file vulkan_video.hpp.

◆ operator StdVideoDecodeH264ReferenceInfoFlags const &()

vk::video::DecodeH264ReferenceInfoFlags::operator StdVideoDecodeH264ReferenceInfoFlags const & ( ) const
inline

Definition at line 725 of file vulkan_video.hpp.

◆ operator!=()

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

Definition at line 741 of file vulkan_video.hpp.

◆ operator==()

bool vk::video::DecodeH264ReferenceInfoFlags::operator== ( DecodeH264ReferenceInfoFlags const &  rhs) const
inline

Definition at line 735 of file vulkan_video.hpp.

Member Data Documentation

◆ bottom_field_flag

uint32_t vk::video::DecodeH264ReferenceInfoFlags::bottom_field_flag

Definition at line 748 of file vulkan_video.hpp.

◆ is_non_existing

uint32_t vk::video::DecodeH264ReferenceInfoFlags::is_non_existing

Definition at line 750 of file vulkan_video.hpp.

◆ top_field_flag

uint32_t vk::video::DecodeH264ReferenceInfoFlags::top_field_flag

Definition at line 747 of file vulkan_video.hpp.

◆ used_for_long_term_reference

uint32_t vk::video::DecodeH264ReferenceInfoFlags::used_for_long_term_reference

Definition at line 749 of file vulkan_video.hpp.


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