SetVideoEffectIntParam

setVideoEffectIntParam: Sets an integer parameter for the video effect.

public abstract int SetVideoEffectIntParam(string option, string key, 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 value to set.

Return Values

  • 0: Success.
  • < 0: Failure.