IVideoProcAmp::getRange_WhiteBalanceComponent

 
Microsoft DirectShow 9.0

IVideoProcAmp::getRange_WhiteBalanceComponent

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

The getRange_WhiteBalanceComponent method returns the range of white balance settings supported by the camera, expressed as red and blue component values.

Syntax

  HRESULT getRange_WhiteBalanceComponent(
  long*  pMin,
  long*  pMax,
  long*  pSteppingDelta,
  long*  pDefault,
  long*  pCapsFlag
);

Parameters

pMin

[out]  Receives the minimum white balance.

pMax

[out]  Receives the maximum white balance.

pSteppingDelta

[out]  Receives the smallest step between settings.

pDefault

[out]  Receives the default white balance.

pCapsFlag

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

Return Values

Returns an HRESULT value.

Requirements

Header: Include Vidcap.h.

Library: None.

See Also