다음을 통해 공유


VideoBackgroundReplacementEffect interface

선택한 교체 비디오 배경 효과의 속성을 포함합니다.

Extends

속성

effectName

비디오 배경 효과를 대체할 효과의 이름

key

사용자 지정 배경의 고유 식별을 위한 키

상속된 속성

backgroundImageUrl

배경 이미지의 URL

effectInitTimeThresholdInMs

'timeForEffectsWarningReached' 이벤트를 발생시키기 전에 대기할 시간(MS 단위)입니다. 기본값 - 20000

fpsWarningThreshold

'fpsWarningThresholdReached' 이벤트를 발생시키기 전의 최소 fps 임계값입니다. 기본값 - 5

속성 세부 정보

effectName

비디오 배경 효과를 대체할 효과의 이름

effectName: "replacement"

속성 값

"replacement"

key

사용자 지정 배경의 고유 식별을 위한 키

key?: string

속성 값

string

상속된 속성 세부 정보

backgroundImageUrl

배경 이미지의 URL

backgroundImageUrl: string

속성 값

string

다음에서 상속됨 BackgroundReplacementConfig.backgroundImageUrl

effectInitTimeThresholdInMs

'timeForEffectsWarningReached' 이벤트를 발생시키기 전에 대기할 시간(MS 단위)입니다. 기본값 - 20000

effectInitTimeThresholdInMs?: number

속성 값

number

다음에서 상속됨 BackgroundReplacementConfig.effectInitTimeThresholdInMs

fpsWarningThreshold

'fpsWarningThresholdReached' 이벤트를 발생시키기 전의 최소 fps 임계값입니다. 기본값 - 5

fpsWarningThreshold?: number

속성 값

number

다음에서 상속됨 BackgroundReplacementConfig.fpsWarningThreshold