D3D12_FEATURE_DATA_VIDEO_PROCESS_MAX_INPUT_STREAMS structure (d3d12video.h)

Provides data for calls to ID3D12VideoDevice::CheckFeatureSupport when the feature specified is D3D12_FEATURE_VIDEO_PROCESS_MAX_INPUT_STREAMS. Retrieves the maximum number of enabled input streams supported by the video processor.

Syntax

typedef struct D3D12_FEATURE_DATA_VIDEO_PROCESS_MAX_INPUT_STREAMS {
  UINT NodeIndex;
  UINT MaxInputStreams;
} D3D12_FEATURE_DATA_VIDEO_PROCESS_MAX_INPUT_STREAMS;

Members

NodeIndex

An integer indicating which physical adapter of the device the operation applies to, in a multi-adapter operation.

MaxInputStreams

The maximum number of streams that can be enabled for the video processor at the same time.

Requirements

Requirement Value
Header d3d12video.h