// 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 referenceNo description available.
The DXVADDI_VIDEOPROCESSORINPUT structure describes a video stream that is processed by a video processing device type.
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.
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.