IDirectXVideoProcessor::GetProcAmpRange method (dxva2api.h)
Retrieves the range of values for a video processor (ProcAmp) setting on this video processor device.
Syntax
HRESULT GetProcAmpRange(
[in] UINT ProcAmpCap,
[out] DXVA2_ValueRange *pRange
);
Parameters
[in] ProcAmpCap
The ProcAmp setting to query. See ProcAmp Settings.
[out] pRange
Pointer to a DXVA2_ValueRange structure that receives the range of values for the setting specified in ProcAmpCaps.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | dxva2api.h |