Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the data type of Quantization Parameter (QP) map values.
Syntax
typedef enum _eAVEncVideoQPMapElementDataType {
CODEC_API_QP_MAP_INT8,
CODEC_API_QP_MAP_INT16,
CODEC_API_QP_MAP_INT32,
CODEC_API_QP_MAP_UINT8,
CODEC_API_QP_MAP_UINT16,
CODEC_API_QP_MAP_UINT32
} eAVEncVideoQPMapElementDataType;
Constants
CODEC_API_QP_MAP_INT8QP map elements are of type int8_t. |
CODEC_API_QP_MAP_INT16QP map elements are of type int16_t. |
CODEC_API_QP_MAP_INT32QP map elements are of type int32_t. |
CODEC_API_QP_MAP_UINT8QP map elements are of type uint8_t. |
CODEC_API_QP_MAP_UINT16QP map elements are of type uint16_t. |
CODEC_API_QP_MAP_UINT32QP map elements are of type uint32_t. |
Remarks
This enumeration is used by the dataType field of the InputQPSettings structure which provides data for the CODECAPI_AVEncVideoInputAbsoluteQPBlockSettings and CODECAPI_AVEncVideoInputDeltaQPBlockSettings properties.
Requirements
| Requirement | Value |
|---|---|
| Header | mfapi.h |