ReactOS 0.4.17-dev-934-g091855f
VkVideoEncodeAV1RateControlLayerInfoKHR Struct Reference

#include <vulkan.h>

Collaboration diagram for VkVideoEncodeAV1RateControlLayerInfoKHR:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkBool32 useMinQIndex
 
VkVideoEncodeAV1QIndexKHR minQIndex
 
VkBool32 useMaxQIndex
 
VkVideoEncodeAV1QIndexKHR maxQIndex
 
VkBool32 useMaxFrameSize
 
VkVideoEncodeAV1FrameSizeKHR maxFrameSize
 

Detailed Description

Definition at line 14743 of file vulkan.h.

Member Data Documentation

◆ maxFrameSize

VkVideoEncodeAV1FrameSizeKHR VkVideoEncodeAV1RateControlLayerInfoKHR::maxFrameSize

Definition at line 14752 of file vulkan.h.

◆ maxQIndex

VkVideoEncodeAV1QIndexKHR VkVideoEncodeAV1RateControlLayerInfoKHR::maxQIndex

Definition at line 14750 of file vulkan.h.

◆ minQIndex

VkVideoEncodeAV1QIndexKHR VkVideoEncodeAV1RateControlLayerInfoKHR::minQIndex

Definition at line 14748 of file vulkan.h.

◆ pNext

const void* VkVideoEncodeAV1RateControlLayerInfoKHR::pNext

Definition at line 14746 of file vulkan.h.

◆ sType

VkStructureType VkVideoEncodeAV1RateControlLayerInfoKHR::sType

Definition at line 14745 of file vulkan.h.

◆ useMaxFrameSize

VkBool32 VkVideoEncodeAV1RateControlLayerInfoKHR::useMaxFrameSize

Definition at line 14751 of file vulkan.h.

◆ useMaxQIndex

VkBool32 VkVideoEncodeAV1RateControlLayerInfoKHR::useMaxQIndex

Definition at line 14749 of file vulkan.h.

◆ useMinQIndex

VkBool32 VkVideoEncodeAV1RateControlLayerInfoKHR::useMinQIndex

Definition at line 14747 of file vulkan.h.


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