énumération D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT (d3d11_4.h)
Spécifie des index pour les tableaux d’informations d’histogramme par composant.
Syntax
typedef enum D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT {
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_Y = 0,
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_U = 1,
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_V = 2,
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_R = 0,
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_G = 1,
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_B = 2,
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_A = 3
} ;
Constantes
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_Y Valeur : 0 Si le format est un format YUV, indique un histogramme pour le composant Y. |
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_U Valeur : 1 Si le format est un format YUV, indique un histogramme pour le composant U. |
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_V Valeur : 2 Si le format est un format YUV, indique un histogramme pour le composant V. |
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_R Valeur : 0 Si le format est un format RVB/BGR, indique un histogramme pour le composant R. |
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_G Valeur : 1 Si le format est un format RVB/BGR, indique un histogramme pour le composant G. |
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_B Valeur : 2 Si le format est un format RVB/BGR, indique un histogramme pour le composant B. |
D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_A Valeur : 3 Si le format a un canal alpha, indique un histogramme pour le composant A. |
Remarques
Le D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAGS est l’énumération d’indicateurs utilisée par D3D11_FEATURE_DATA_VIDEO_DECODER_HISTOGRAM pour vous permettre de spécifier un ou plusieurs composants pour lesquels les données d’histogramme sont interrogées.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 Build 20348 |
Serveur minimal pris en charge | Windows 10 Build 20348 |
En-tête | d3d11_4.h |