IVideoProcAmp::get_WhiteBalanceComponent
Microsoft DirectShow 9.0 |
IVideoProcAmp::get_WhiteBalanceComponent
This topic applies only to Windows XP Service Pack 2 and later.
The get_WhiteBalanceComponent method returns the camera's white balance, specified as red and blue component values.
Syntax
HRESULT get_WhiteBalanceComponent( long* pValue1, long* pValue2, long* pFlags );
Parameters
pValue1
[out] Receives the red component.
pValue2
[out] Receives the blue component.
pFlags
[in, out] Receives one or more flags. See VideoProcAmpFlags.
Return Values
Returns an HRESULT value.
Requirements
Header: Include Vidcap.h.
Library: None.
See Also