D3D12DDI_VIDEO_PROCESS_INPUT_STREAM_0020 structure (d3d12umddi.h)

Contains stream information for the video processor blend functionality.

Syntax

typedef struct D3D12DDI_VIDEO_PROCESS_INPUT_STREAM_0020 {
  D3D12DDI_HRESOURCE                          hDrvInputTexture;
  UINT                                        Subresource;
  D3D12DDI_VIDEO_PROCESS_REFERENCES_INFO_0020 ReferenceInfo;
} D3D12DDI_VIDEO_PROCESS_INPUT_STREAM_0020;

Members

hDrvInputTexture

The current input field or frame.

Subresource

The subresource index to use of the hDrvInputTexture argument.

ReferenceInfo

The set of references to be able to perform processing.

Requirements

Requirement Value
Header d3d12umddi.h (include D3d12umddi.h)