ICameraEffect.SetProfile

Method in ICameraEffect

Declaration

bool SetProfile(string name)

Description

Sets the profile with the given name to be active.

Parameters

nameThe name of the profile to set active.

Returns

boolTrue if the profile was set, false otherwise.

Overload

Declaration

bool SetProfile(int index)

Description

Sets the profile at the given index to be active.

Parameters

indexThe index of the profile to set active.

Returns

boolTrue if the profile was set, false otherwise.