Partager via


énumération D3D12_VIDEO_DECODE_SUPPORT_FLAGS (d3d12video.h)

Spécifie si une opération de décodage vidéo est prise en charge.

Syntaxe

typedef enum D3D12_VIDEO_DECODE_SUPPORT_FLAGS {
  D3D12_VIDEO_DECODE_SUPPORT_FLAG_NONE,
  D3D12_VIDEO_DECODE_SUPPORT_FLAG_SUPPORTED
} ;

Constantes

 
D3D12_VIDEO_DECODE_SUPPORT_FLAG_NONE
L’opération de décodage vidéo n’est pas prise en charge.
D3D12_VIDEO_DECODE_SUPPORT_FLAG_SUPPORTED
L’opération de décodage vidéo est prise en charge.

Notes

Cette énumération est utilisée par la structure D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT .

Spécifications

   
En-tête d3d12video.h

Voir aussi

D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT