getVideoEffectIntParam
Retrieves integer parameters in video effects.
int getVideoEffectIntParam(String option, String key);
- Since:
- Available since v4.6.0.
Used to retrieve integer-type parameters in video effects.
Restrictions
None.
Parameters
- option
- The identifier of the parameter category.
- key
- The key name of the parameter.
Returns
- If the method call succeeds, returns the current parameter value.
- If the method call fails, returns 0.