BackgroundBlurEffect interface

배경 흐림 효과입니다.

Extends

상속된 속성

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 상속된