GetVideoEffectBoolParam
Gets the boolean parameter in the video effect.
public abstract bool GetVideoEffectBoolParam(string option, string key);
- Since
- Available since v4.6.2.
Parameters
- option
- The category of the option to which the parameter belongs.
- key
- The key name of the parameter.
Return Values
- true: The parameter is enabled.
- false: The parameter is not enabled or does not exist.