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;

Membri

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 l'Format specificato per il DecodeProfile; in caso contrario, imposta questo valore su FALSE.

Fabbisogno

Requisito Valore
client minimo supportato Windows 10
server minimo supportato Windows Server 2016
intestazione d3d10umddi.h

Vedere anche

D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY

PFND3DWDDM2_0DDI_QUERYVIDEOCAPABILITIES