D3D12DDI_VIDEO_FEATURE_AREA_SUPPORT_DATA_0053 structure (d3d12umddi.h)
The data used in the video capability check for feature area support.
Syntax
typedef struct D3D12DDI_VIDEO_FEATURE_AREA_SUPPORT_DATA_0053 {
UINT NodeIndex;
BOOL VideoDecodeSupport;
BOOL VideoProcessSupport;
BOOL VideoEncodeSupport;
} D3D12DDI_VIDEO_FEATURE_AREA_SUPPORT_DATA_0053;
Members
NodeIndex
In multi-adapter operation, this value indicates which physical adapter of the device this operation applies to.
VideoDecodeSupport
Indicates whether video decode is supported.
VideoProcessSupport
Indicates whether video process is supported.
VideoEncodeSupport
Indicates whether video encode is supported.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3d12umddi.h |