SetVideoEffectBoolParam

Sets a boolean parameter for the video effect.

public abstract int SetVideoEffectBoolParam(string option, string key, bool param);
Since
Available since v4.6.2.

Parameters

option
The category of the option.
key
The key name of the parameter.
param
The boolean value to set:
  • true: Enable the option.
  • false: Disable the option.

Return Values

  • 0: Success.
  • < 0: Failure.