Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |