SetVideoEffectFloatParam
Sets a float parameter for the video effect.
public abstract int SetVideoEffectFloatParam(string option, string key, float param);
- Since
- Available since v4.6.2.
Parameters
- option
- Category of the parameter option.
- key
- Key name of the parameter.
- param
- Float value to set.
Return Values
- 0: Success.
- < 0: Failure.