다음을 통해 공유


BackgroundReplacementConfig interface

백그라운드 대체 구성입니다.

Extends

속성

backgroundImageUrl

배경 이미지의 URL

상속된 속성

effectInitTimeThresholdInMs

'timeForEffectsWarningReached' 이벤트를 실행하기 전에 대기 시간(MS)입니다. 기본값 - 20000

fpsWarningThreshold

'fpsWarningThresholdReached' 이벤트를 실행하기 전의 최소 fps 임계값입니다. 기본값 - 5

속성 세부 정보

backgroundImageUrl

배경 이미지의 URL

backgroundImageUrl: string

속성 값

string

상속된 속성 세부 정보

effectInitTimeThresholdInMs

'timeForEffectsWarningReached' 이벤트를 실행하기 전에 대기 시간(MS)입니다. 기본값 - 20000

effectInitTimeThresholdInMs?: number

속성 값

number

VideoEffectConfig.effectInitTimeThresholdInMs 상속된

fpsWarningThreshold

'fpsWarningThresholdReached' 이벤트를 실행하기 전의 최소 fps 임계값입니다. 기본값 - 5

fpsWarningThreshold?: number

속성 값

number

VideoEffectConfig.fpsWarningThreshold 상속된