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

IESFProperties::SetIndividualControl

HRESULT SetIndividualControl(
  bool bActive
);

bActive

[in] True to enable individual control. False, to disable it.

Enables or disables individual control.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code

Description

S_OK

No error.

VFW_E_FILTER_ACTIVE

The filter is active. This setting cannot be changed.

VFW_E_ALREADY_CONNECTED

The filter is already connected. This setting cannot be changed.

E_FAIL

The hardware is not capable of individual control.

E_PROP_ID_UNSUPPORTED

This method is not supported by the pins of the  Euresys source filter.

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

Source Filter Operation

IESFProperties::GetIndividualControl