BackgroundBlurEffect interface

背景模糊效果。

扩展

继承属性

name

视频效果的名称。

方法

configure(VideoEffectConfig)

配置效果的方法

继承的方法

isSupported()

请在 VideoEffectsFeature API 上使用 isSupported 方法。

继承属性详细信息

name

视频效果的名称。

name: VideoEffectName

属性值

继承自VideoEffect.name

方法详细信息

configure(VideoEffectConfig)

配置效果的方法

function configure(config: VideoEffectConfig): Promise<void>

参数

返回

Promise<void>

继承的方法详细信息

isSupported()

警告

现已弃用此 API。

请在 VideoEffectsFeature API 上使用 isSupported 方法。

function isSupported(): Promise<boolean>

返回

Promise<boolean>

继承自VideoEffect.isSupported