setVideoEffectBoolParam
Sets the boolean parameter for video effects.
virtual int setVideoEffectBoolParam(const char* option, const char* key, bool param) = 0;
- Since:
- Available since v4.6.0.
Restrictions
None.
Parameters
- option
- The category of the parameter option.
- key
- The key name of the parameter.
- param
- The boolean value to set.
true
: Enables the option.false
: Disables the option.
Returns
- 0: Success.
- < 0: Failure.