Skip to content

Latest commit

 

History

History
93 lines (75 loc) · 3.11 KB

nf-dxva2api-idirectxvideoprocessor-getfilterpropertyrange.md

File metadata and controls

93 lines (75 loc) · 3.11 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dxva2api.IDirectXVideoProcessor.GetFilterPropertyRange
IDirectXVideoProcessor::GetFilterPropertyRange (dxva2api.h)
Retrieves the range of values for an image filter supported by this device.
550c426b-a194-4ed6-9a90-b79a93e79322
GetFilterPropertyRange
GetFilterPropertyRange method [Media Foundation]
GetFilterPropertyRange method [Media Foundation]
IDirectXVideoProcessor interface
IDirectXVideoProcessor interface [Media Foundation]
GetFilterPropertyRange method
IDirectXVideoProcessor.GetFilterPropertyRange
IDirectXVideoProcessor::GetFilterPropertyRange
dxva2api/IDirectXVideoProcessor::GetFilterPropertyRange
mf.idirectxvideoprocessor_getfilterpropertyrange
mf\idirectxvideoprocessor_getfilterpropertyrange.htm
mf
550c426b-a194-4ed6-9a90-b79a93e79322
12/05/2018
550c426b-a194-4ed6-9a90-b79a93e79322, GetFilterPropertyRange, GetFilterPropertyRange method [Media Foundation], GetFilterPropertyRange method [Media Foundation],IDirectXVideoProcessor interface, IDirectXVideoProcessor interface [Media Foundation],GetFilterPropertyRange method, IDirectXVideoProcessor.GetFilterPropertyRange, IDirectXVideoProcessor::GetFilterPropertyRange, dxva2api/IDirectXVideoProcessor::GetFilterPropertyRange, mf.idirectxvideoprocessor_getfilterpropertyrange
dxva2api.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
IDirectXVideoProcessor::GetFilterPropertyRange
dxva2api/IDirectXVideoProcessor::GetFilterPropertyRange
c++
APIRef
kbSyntax
COM
dxva2api.h
IDirectXVideoProcessor.GetFilterPropertyRange

IDirectXVideoProcessor::GetFilterPropertyRange

-description

Retrieves the range of values for an image filter supported by this device.

-parameters

-param FilterSetting [in]

Filter setting to query. For more information, see DXVA Image Filter Settings.

-param pRange [out]

Pointer to a DXVA2_ValueRange structure that receives the range of values for the setting specified in FilterSetting.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

-see-also

DXVA Video Processing

IDirectXVideoProcessor