VideoEffectConfig interface

Base video effect config.

Properties

effectInitTimeThresholdInMs

Time to wait (in MS) before firing the 'timeForEffectsWarningReached' event. Default value - 20000

fpsWarningThreshold

Minimum fps threshold before firing the 'fpsWarningThresholdReached' event. Default value - 5

Property Details

effectInitTimeThresholdInMs

Time to wait (in MS) before firing the 'timeForEffectsWarningReached' event. Default value - 20000

effectInitTimeThresholdInMs?: number

Property Value

number

fpsWarningThreshold

Minimum fps threshold before firing the 'fpsWarningThresholdReached' event. Default value - 5

fpsWarningThreshold?: number

Property Value

number