共用方式為


BackgroundReplacementEffect interface

背景取代效果。

Extends

繼承的屬性

name

影片效果的名稱。

方法

configure(BackgroundReplacementConfig)

設定效果的方法

繼承的方法

isSupported()

請在 VideoEffectsFeature API 上使用 isSupported 方法。

繼承的屬性詳細資料

name

影片效果的名稱。

name: VideoEffectName

屬性值

繼承自VideoEffect.name

方法詳細資料

configure(BackgroundReplacementConfig)

設定效果的方法

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

參數

傳回

Promise<void>

繼承的方法的詳細資料

isSupported()

警告

此 API 現已淘汰。

請在 VideoEffectsFeature API 上使用 isSupported 方法。

function isSupported(): Promise<boolean>

傳回

Promise<boolean>

繼承自VideoEffect.isSupported