getVideoEffectIntParam
Gets the integer type parameter in the video effect.
abstract getVideoEffectIntParam(option: string, key: string): number;
- Since
- Available since v4.6.2.
Parameters
- option
- The category of the parameter 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.