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>