DXVADDI_VIDEOPROCESSORINPUT - NtDoc

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

typedef struct _DXVADDI_VIDEOPROCESSORINPUT {
  [in] const GUID        *pVideoProcGuid;
  [in] DXVADDI_VIDEODESC VideoDesc;
  [in] D3DDDIFORMAT      RenderTargetFormat;
} DXVADDI_VIDEOPROCESSORINPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_dxvaddi_videoprocessorinput)

_DXVADDI_VIDEOPROCESSORINPUT structure

Description

The DXVADDI_VIDEOPROCESSORINPUT structure describes a video stream that is processed by a video processing device type.

Members

pVideoProcGuid [in]

A pointer to a GUID that represents the video processing device type.

VideoDesc [in]

A DXVADDI_VIDEODESC structure that describes the video stream.

RenderTargetFormat [in]

A D3DDDIFORMAT-typed value that indicates the pixel format of the render target for the video processing device.

Remarks

When the D3DDDICAPS_GETVIDEOPROCESSORRTFORMATCOUNT, D3DDDICAPS_GETVIDEOPROCESSORRTFORMATS, D3DDDICAPS_GETVIDEOPROCESSORRTSUBSTREAMFORMATCOUNT, or D3DDDICAPS_GETVIDEOPROCESSORRTSUBSTREAMFORMATS D3DDDICAPS_TYPE-type value is sent in a call to the user-mode display driver's GetCaps function, the driver ignores the RenderTargetFormat member of DXVADDI_VIDEOPROCESSORINPUT.

See also

D3DDDIARG_GETCAPS

D3DDDICAPS_TYPE

D3DDDIFORMAT

DXVADDI_VIDEODESC

DXVADDI_VIDEOPROCESSORCAPS

GetCaps