IDirectXVideoProcessor::GetProcAmpRange method
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
- ProcAmpCap [in]
-
The ProcAmp setting to query. See ProcAmp Settings.
- pRange [out]
-
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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: