setVideoEffectBoolParam
Sets a boolean parameter for the video effect.
abstract setVideoEffectBoolParam(
option: string,
key: string,
param: boolean
): number;
- Since
- Available since v4.6.2.
Parameters
- option
- The category of the parameter 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.