C Specification
The VkVideoEncodeH265QpEXT
structure is defined as:
// Provided by VK_EXT_video_encode_h265
typedef struct VkVideoEncodeH265QpEXT {
int32_t qpI;
int32_t qpP;
int32_t qpB;
} VkVideoEncodeH265QpEXT;
Members
-
qpI
is the QP to be used for I-frames. -
qpP
is the QP to be used for P-frames. -
qpB
is the QP to be used for B-frames.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.