Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies whether a video decode conversion operation is supported.
Syntax
typedef enum D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAGS {
D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_NONE,
D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_SUPPORTED
} ;
Constants
D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_NONEThe video decode conversion operation isn't supported. |
D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_SUPPORTEDThe video decode conversion operation is supported. |
Remarks
This enumeration is used by the D3D12_FEATURE_DATA_VIDEO_DECODE_CONVERSION_SUPPORT structure.
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12video.h |