setVideoEffectFloatParam
Sets the float parameter for video effects.
int setVideoEffectFloatParam(String option, String key, float value);
- Since:
- Available since v4.6.0.
Restrictions
None.
Parameters
- option
- The identifier of the parameter category.
- key
- The key name of the parameter.
- value
- The float parameter value to set.
Returns
- 0: Success.
- < 0: Failure.