DXVADDI_QUERYPROCAMPINPUT - NtDoc

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

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

NtDoc

No description available.

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

_DXVADDI_QUERYPROCAMPINPUT structure

Description

The DXVADDI_QUERYPROCAMPINPUT structure describes a ProcAmp control property on a video stream that range information is requested for.

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.

ProcAmpCap [in]

A ProcAmp control property that range information is requested for. The ProcAmp control property can be one of the members of the DXVADDI_PROCAMPVALUES structure.

See also

D3DDDIARG_GETCAPS

D3DDDICAPS_TYPE

D3DDDIFORMAT

DXVADDI_PROCAMPVALUES

DXVADDI_VALUERANGE

DXVADDI_VIDEODESC

GetCaps