BackgroundReplacementEffect interface
背景の置換効果。
- Extends
継承されたプロパティ
name | ビデオ効果の名前。 |
メソッド
configure(Background |
効果を構成する方法 |
継承されたメソッド
is |
VideoEffectsFeature API で isSupported メソッドを使用してください。 |
継承されたプロパティの詳細
name
メソッドの詳細
configure(BackgroundReplacementConfig)
効果を構成する方法
function configure(config: BackgroundReplacementConfig): Promise<void>
パラメーター
- config
- BackgroundReplacementConfig
戻り値
Promise<void>
継承済みメソッドの詳細
isSupported()
警告
この API は非推奨になりました。
VideoEffectsFeature API で isSupported メソッドを使用してください。
function isSupported(): Promise<boolean>
戻り値
Promise<boolean>
VideoEffect.isSupported から継承されます