getVideoEffectBoolParam
Gets the boolean parameter in video effects.
boolean getVideoEffectBoolParam(String option, String key);
- Since:
- Available since v4.6.0.
Restrictions
None.
Parameters
- option
- The identifier of the parameter category.
- key
- The key name of the parameter.
Returns
true
: The parameter is enabled.false
: The parameter is not enabled or does not exist.