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