setVideoEffectIntParam
setVideoEffectIntParam: Sets an integer parameter for the video effect.
abstract setVideoEffectIntParam(
option: string,
key: string,
param: number
): number;
- 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.
- param
- The integer value to set.
Return Values
- 0: Success.
- < 0: Failure.