MultiCam Boards Documentation > MultiCam Documentation > MultiCam DirectShow Reference > Reference Guide > Interfaces > IESFProperties > IESFProperties::GetBrightness

IESFProperties::GetBrightness

HRESULT GetBrightness(
  long *plValue
);

plValue

[out] Pointer to a variable that receives the brightness value.

Retrieves the brightness setting.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code

Description

S_OK

No error.

E_POINTER

plValue is not a valid pointer.

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

Tuning

IESFProperties::GetBrightnessRange

IESFProperties::SetBrightness