GetVideoEffectIntParam
Gets the integer parameter in the video effect.
public abstract int GetVideoEffectIntParam(string option, string key);
- Since
- Available since v4.6.2.
Parameters
- option
- The category of the option.
- key
- The key name of the parameter.
Return Values
- If the parameter exists, returns the corresponding integer value.
- If the parameter does not exist or an error occurs, returns 0.