Edit

Share via


BackgroundReplacementConfig interface

Background replacement config.

Extends

Properties

backgroundImageUrl

URL of the background image

Inherited 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

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