D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_COUNT structure (d3d12video.h)

Provides data for calls to ID3D12VideoDevice::CheckFeatureSupport when the feature specified is D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_COUNT. Retrieves the supported number of video extension commands.

Syntax

typedef struct D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_COUNT {
  UINT NodeIndex;
  UINT CommandCount;
} D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_COUNT;

Members

NodeIndex

In multi-adapter operation, this indicates which physical adapter of the device this operation applies to.

CommandCount

The supported number of video extension commands.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004 (10.0; Build 19041)
Minimum supported server Windows Server, version 2004 (10.0; Build 19041)
Header d3d12video.h