Share via


BackgroundBlurEffect interface

背景のぼかし効果。

Extends

継承されたプロパティ

name

ビデオ効果の名前。

メソッド

configure(BackgroundBlurConfig)

効果を構成するメソッド

継承されたメソッド

isSupported()

VideoEffectsFeature API で isSupported メソッドを使用してください。

継承されたプロパティの詳細

name

ビデオ効果の名前。

name: VideoEffectName

プロパティ値

VideoEffect.nameから継承

メソッドの詳細

configure(BackgroundBlurConfig)

効果を構成するメソッド

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

パラメーター

戻り値

Promise<void>

継承済みメソッドの詳細

isSupported()

警告

この API は非推奨になりました。

VideoEffectsFeature API で isSupported メソッドを使用してください。

function isSupported(): Promise<boolean>

戻り値

Promise<boolean>

VideoEffect.isSupportedから継承