VideoEffect interface
Base video effect.
Properties
name | Name of the video effect. |
Methods
is |
Please use the isSupported method on the VideoEffectsFeature API. |
Property Details
name
Method Details
isSupported()
Warning
This API is now deprecated.
Please use the isSupported method on the VideoEffectsFeature API.
function isSupported(): Promise<boolean>
Returns
Promise<boolean>