DXVADDI_QUERYPROCAMPINPUT structure (d3dumddi.h)

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

Syntax

typedef struct _DXVADDI_QUERYPROCAMPINPUT {
  [in] const GUID        *pVideoProcGuid;
  [in] DXVADDI_VIDEODESC VideoDesc;
  [in] D3DDDIFORMAT      RenderTargetFormat;
  [in] UINT              ProcAmpCap;
} DXVADDI_QUERYPROCAMPINPUT;

Members

[in] pVideoProcGuid

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

[in] VideoDesc

A DXVADDI_VIDEODESC structure that describes the video stream.

[in] RenderTargetFormat

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

[in] ProcAmpCap

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.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dumddi.h (include D3dumddi.h)

See also

D3DDDIARG_GETCAPS

D3DDDICAPS_TYPE

D3DDDIFORMAT

DXVADDI_PROCAMPVALUES

DXVADDI_VALUERANGE

DXVADDI_VIDEODESC

GetCaps