setVideoEffectIntParam

Sets an integer parameter for video effects.

int setVideoEffectIntParam(String option, String key, int 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 integer value to set.

Returns

  • 0: Success.
  • < 0: Failure.