Share via


IVideoProcAmp::put_Hue

 
Microsoft DirectShow 9.0

IVideoProcAmp::put_Hue

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

The put_Hue method sets the camera's hue setting.

Syntax

  HRESULT put_Hue(
  long  Value,
  long  Flags
);

Parameters

Value

[in]  Specifies the hue setting, in units of degrees * 100. Theoretical values range from –180 degrees to +180 degrees, but the actual range depends on the camera. See IVideoProcAmp::getRange_Hue.

Flags

[in]  Zero or more flags. See VideoProcAmpFlags. If the VideoProcAmp_Flags_Auto flag is used, the Value parameter is ignored and the camera sets the default value.

Return Values

Returns an HRESULT value.

Requirements

Header: Include Vidcap.h.

Library: None.

See Also