Condividi tramite


struttura D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT (d3d10umddi.h)

D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT descrive le funzionalità del formato di output di esempio del decodificatore video. Il driver fornisce queste funzionalità quando viene chiamata la relativa funzione PFND3DWDDM2_0DDI_QUERYVIDEOCAPABILITIES .

Sintassi

typedef struct D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT {
  GUID        DecodeProfile;
  DXGI_FORMAT Format;
  BOOL        Supported;
} D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT;

Members

DecodeProfile

[in] Profilo di decodifica per cui vengono eseguite query sulle funzionalità.

Format

[in] Valore DXGI_FORMAT che specifica il formato di output.

Supported

[out] Il driver imposta questo valore su TRUE se supporta il formato specificato per DecodeProfile; in caso contrario, imposta questo valore su FALSE.

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Server minimo supportato Windows Server 2016
Intestazione d3d10umddi.h

Vedi anche

D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY

PFND3DWDDM2_0DDI_QUERYVIDEOCAPABILITIES