setVideoEffectIntParam
setVideoEffectIntParam: Sets an integer parameter for a video effect.
Future<void> setVideoEffectIntParam(
{required String option, required String key, required int param});
- 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 parameter value to set.
Return Values
- 0: Method call succeeds.
- < 0: Method call fails.