D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT-Enumeration (d3d10umddi.h)
Komfortindizes für Arrays von Histogramminformationen pro Komponente.
Syntax
typedef enum D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT
{
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_Y = 0,
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_U = 1,
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_V = 2,
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_R = 0,
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_G = 1,
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_B = 2,
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_A = 3,
} D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT;
Konstanten
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_Y Wenn das Format ein YUV-Format ist, gibt ein Histogramm für die Y-Komponente an. |
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_U Wenn das Format ein YUV-Format ist, gibt ein Histogramm für die U-Komponente an. |
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_V Wenn das Format ein YUV-Format ist, gibt ein Histogramm für die V-Komponente an. |
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_R Wenn das Format ein RGB/BGR-Format ist, gibt ein Histogramm für die R-Komponente an. |
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_G Wenn das Format ein RGB/BGR-Format ist, gibt ein Histogramm für die G-Komponente an. |
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_B Wenn das Format ein RGB/BGR-Format ist, gibt ein Histogramm für die B-Komponente an. |
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_A Wenn das Format über einen Alphakanal verfügt, gibt ein Histogramm für die A-Komponente an. |
Anforderungen
Anforderung | Wert |
---|---|
Header | d3d10umddi.h |
Weitere Informationen
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAGS-Enumeration