VideoEffect interface

基本视频效果。

属性

name

视频效果的名称。

方法

isSupported()

请在 VideoEffectsFeature API 上使用 isSupported 方法。

属性详细信息

name

视频效果的名称。

name: VideoEffectName

属性值

方法详细信息

isSupported()

警告

现已弃用此 API。

请在 VideoEffectsFeature API 上使用 isSupported 方法。

function isSupported(): Promise<boolean>

返回

Promise<boolean>