VideoEffect interface
Base video effect.
Properties
| name | Name of the video effect. |
Methods
| is |
Method to check if this effect is supported in the current environment. |
Property Details
name
Method Details
isSupported()
Method to check if this effect is supported in the current environment.
function isSupported(): Promise<boolean>
Returns
Promise<boolean>
true if effects are supported in the current environment. For dev provided effects, this defaults to true.