D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAGS enumeration (d3d12video.h)
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_NONE The video decode conversion operation isn't supported. |
D3D12_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_SUPPORTED The 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 |