D3D12DDI_VIDEO_FEATURE_AREA_SUPPORT_DATA_0053 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_feature_area_support_data_0053)

D3D12DDI_VIDEO_FEATURE_AREA_SUPPORT_DATA_0053 structure

Description

The data used in the video capability check for feature area support.

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.

Remarks

See also