D3D12DDI_VIDEO_PROCESS_INPUT_STREAM_0020 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_VIDEO_PROCESS_INPUT_STREAM_0020 structure

Description

Contains stream information for the video processor blend functionality.

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.