getVideoEffectIntParam
Gets the integer parameter from the video effect.
Future<int> getVideoEffectIntParam(
{required String option, required String key});
- Since
- Available since v4.6.2.
Parameters
- option
- Category of the parameter option.
- key
- Key name of the parameter.
Return Values
- If the parameter exists, returns the corresponding integer value.
- If the parameter does not exist or an error occurs, returns 0.