DXVADDI_QUERYFILTERPROPERTYRANGEINPUT - NtDoc

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

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

NtDoc

No description available.

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

_DXVADDI_QUERYFILTERPROPERTYRANGEINPUT structure

Description

The DXVADDI_QUERYFILTERPROPERTYRANGEINPUT structure describes a filter setting 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.

FilterSetting [in]

A filter setting that range information is requested for. This member can be one of the following settings:

See also

D3DDDIARG_GETCAPS

D3DDDICAPS_TYPE

DXVADDI_VALUERANGE

DXVADDI_VIDEODESC

GetCaps