Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PDXVAHDSW_GetVideoProcessorFilterRange function pointer

Gets the supported range of image filter values from a software plug-in Microsoft DirectX Video Acceleration High Definition (DXVA-HD) device.

Syntax


typedef HRESULT ( CALLBACK *PDXVAHDSW_GetVideoProcessorFilterRange)(
  _In_  HANDLE                   hDevice,
  _In_  DXVAHD_FILTER            Filter,
  _Out_ DXVAHD_FILTER_RANGE_DATA *pRange
);

Parameters

hDevice [in]

A handle to the plug-in DXVA-HD device.

Filter [in]

The type of image filter, specified as a member of the DXVAHD_FILTER enumeration.

pRange [out]

A pointer to a DXVAHD_FILTER_RANGE_DATA structure. The function fills the structure with the range of values for the specified filter.

Return value

If this function pointer succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Dxvahd.h

See also

DXVA-HD
Media Foundation Functions
DXVAHDSW_CALLBACKS
IDXVAHD_Device::GetVideoProcessorFilterRange

 

 

Show:
© 2017 Microsoft