IVideoProcAmp::get_Hue
Microsoft DirectShow 9.0 |
IVideoProcAmp::get_Hue
This topic applies only to Windows XP Service Pack 2 and later.
The get_Hue method returns the camera's hue setting.
Syntax
HRESULT get_Hue( long* pValue, long* pFlags );
Parameters
pValue
[out] Receives the hue setting, in units of degrees * 100. Theoretical values range from –180 degrees to +180 degrees, but the actual range depends on the camera. See IVideoProcAmp::getRange_Hue.
pFlags
[out] Receives one or more flags. See VideoProcAmpFlags.
Return Values
Returns an HRESULT value.
Requirements
Header: Include Vidcap.h.
Library: None.
See Also