Share via


VideoEffect interface

Base video effect.

Properties

name

Name of the video effect.

Methods

isSupported()

Method to check if this effect is supported in the current environment.

Property Details

name

Name of the video effect.

name: VideoEffectName

Property Value

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.