getVideoEffectBoolParam
Gets the boolean parameter in video effects.
virtual bool getVideoEffectBoolParam(const char* option, const char* key) = 0;
- Since:
- Available since v4.6.0.
Restrictions
None.
Parameters
- option
- The option category to which the parameter belongs.
- key
- The key name of the parameter.
Returns
true
: The parameter is enabled.false
: The parameter is not enabled or does not exist.