IVideoProcAmp::get_Contrast

 
Microsoft DirectShow 9.0

IVideoProcAmp::get_Contrast

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

The get_Contrast method returns the camera's contrast setting.

Syntax

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

Parameters

pValue

[out]  Receives the contrast setting. Larger values indicate increased contrast.

pFlags

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

Return Values

Returns an HRESULT value.

Requirements

Header: Include Vidcap.h.

Library: None.

See Also