VideoEffectConfig interface

기본 비디오 효과 구성.

속성

effectInitTimeThresholdInMs

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

fpsWarningThreshold

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

속성 세부 정보

effectInitTimeThresholdInMs

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

effectInitTimeThresholdInMs?: number

속성 값

number

fpsWarningThreshold

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

fpsWarningThreshold?: number

속성 값

number