structure D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT (d3d10umddi.h)
D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT décrit les fonctionnalités d’exemple de format de sortie du décodeur vidéo. Le pilote fournit ces fonctionnalités lorsque sa fonction PFND3DWDDM2_0DDI_QUERYVIDEOCAPABILITIES est appelée.
Syntaxe
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;
Membres
DecodeProfile
[in] Profil de décodage pour lequel les fonctionnalités sont interrogées.
Format
[in] Valeur DXGI_FORMAT qui spécifie le format de sortie.
Supported
[out] Le pilote définit cette valeur sur TRUE s’il prend en charge le format spécifié pour decodeProfile ; sinon, cette valeur est définie sur FALSE.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 |
Serveur minimal pris en charge | Windows Server 2016 |
En-tête | d3d10umddi.h |