IVideoProcAmp::get_WhiteBalance

 
Microsoft DirectShow 9.0

IVideoProcAmp::get_WhiteBalance

This topic applies only to Windows XP Service Pack 2 and later.

The get_WhiteBalance method returns the camera's white balance, specified as a color temperature.

Syntax

  HRESULT get_WhiteBalance(
  long*  pValue,
  long*  pFlags
);

Parameters

pValue

[out]  Receives the white balance, in degrees Kelvin.

pFlags

[out]  Receives one or more flags. See VideoProcAmpFlags.

Return Values

Returns an HRESULT value.

Requirements

Header: Include Vidcap.h.

Library: None.

See Also