BackgroundReplacementConfig interface
Background replacement config.
- Extends
Properties
background |
URL of the background image |
Inherited Properties
effect |
Time to wait (in MS) before firing the 'timeForEffectsWarningReached' event. Default value - 20000 |
fps |
Minimum fps threshold before firing the 'fpsWarningThresholdReached' event. Default value - 5 |
Property Details
backgroundImageUrl
URL of the background image
backgroundImageUrl: string
Property Value
string
Inherited Property Details
effectInitTimeThresholdInMs
Time to wait (in MS) before firing the 'timeForEffectsWarningReached' event. Default value - 20000
effectInitTimeThresholdInMs?: number
Property Value
number
Inherited From VideoEffectConfig.effectInitTimeThresholdInMs
fpsWarningThreshold
Minimum fps threshold before firing the 'fpsWarningThresholdReached' event. Default value - 5
fpsWarningThreshold?: number
Property Value
number
Inherited From VideoEffectConfig.fpsWarningThreshold