Freigeben über


D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT-Aufzählung (d3d10umddi.h)

Komfortindizes für Arrays pro Komponente Histogramminformationen.

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, wird ein Histogramm für die Y-Komponente angegeben.
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_U
Wenn es sich bei dem Format um ein YUV-Format handelt, wird ein Histogramm für die U-Komponente angegeben.
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_V
Wenn es sich bei dem Format um ein YUV-Format handelt, wird ein Histogramm für die V-Komponente angegeben.
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_R
Wenn es sich bei dem Format um ein RGB/BGR-Format handelt, wird ein Histogramm für die R-Komponente angegeben.
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_G
Wenn das Format ein RGB/BGR-Format ist, wird ein Histogramm für die G-Komponente angegeben.
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_B
Wenn es sich bei dem Format um ein RGB/BGR-Format handelt, wird ein Histogramm für die B-Komponente angegeben.
D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_A
Wenn das Format über einen Alphakanal verfügt, wird ein Histogramm für die A-Komponente angezeigt.

Anforderungen

Anforderung Wert
Header- d3d10umddi.h

Siehe auch

D3DWDDM2_4DDI_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAGS Enumeration