// d3d12umddi.h
typedef struct D3D12DDI_VIDEO_FEATURE_AREA_SUPPORT_DATA_0053 {
UINT NodeIndex;
BOOL VideoDecodeSupport;
BOOL VideoProcessSupport;
BOOL VideoEncodeSupport;
} D3D12DDI_VIDEO_FEATURE_AREA_SUPPORT_DATA_0053;
View the official Windows Driver Kit DDI referenceNo description available.
The data used in the video capability check for feature area support.
NodeIndexIn multi-adapter operation, this value indicates which physical adapter of the device this operation applies to.
VideoDecodeSupportIndicates whether video decode is supported.
VideoProcessSupportIndicates whether video process is supported.
VideoEncodeSupportIndicates whether video encode is supported.