setVideoEffectBoolParam

Sets the boolean parameter for video effects.

int setVideoEffectBoolParam(String option, String key, boolean value);
Since:
Available since v4.6.0.

Restrictions

None.

Parameters

option
The identifier of the parameter category.
key
The key name of the parameter.
value
The boolean value to set.
  • true: Set to enabled.
  • false: Set to disabled.

Returns

  • 0: Success.
  • < 0: Failure.