D3D12DDIARG_CREATE_VIDEO_PROCESSOR_0043 - NtDoc

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

typedef struct D3D12DDIARG_CREATE_VIDEO_PROCESSOR_0043 {
  UINT                                            NodeMask;
  D3D12DDI_VIDEO_PROCESS_OUTPUT_STREAM_DESC_0032  OutputStream;
  D3D12DDI_VIDEO_PROCESSOR_INPUT_STREAM_DESC_0043 *pInputStreams;
  UINT                                            NumInputStreams;
} D3D12DDIARG_CREATE_VIDEO_PROCESSOR_0043;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDIARG_CREATE_VIDEO_PROCESSOR_0043 structure

Description

Used to create a video processor.

Members

NodeMask

Represents the set of nodes.

OutputStream

The output stream.

pInputStreams

The input stream.

NumInputStreams

The number of input streams.