IVideoProcAmp::get_Gain

 
Microsoft DirectShow 9.0

IVideoProcAmp::get_Gain

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

The get_Gain method returns the camera's gain setting.

Syntax

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

Parameters

pValue

[out]  Receives the gain setting. Larger values indicate higher gain.

pFlags

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

Return Values

Returns an HRESULT value.

Requirements

Header: Include Vidcap.h.

Library: None.

See Also