getVideoEffectBoolParam

Gets the boolean parameter in the video effect.

abstract getVideoEffectBoolParam(option: string, key: string): boolean;
Since
Available since v4.6.2.

Parameters

option
The category of the option to which the parameter belongs.
key
The key name of the parameter.

Return Values

  • true: The parameter is enabled.
  • false: The parameter is not enabled or does not exist.