Share via


VideoBackgroundBlurEffect interface

Contains the attibutes of the blur video background effect

Extends

Properties

effectName

Name of effect to blur video background effect

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

effectName

Name of effect to blur video background effect

effectName: "blur"

Property Value

"blur"

Inherited Property Details

effectInitTimeThresholdInMs

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

effectInitTimeThresholdInMs?: number

Property Value

number

Inherited From BackgroundBlurConfig.effectInitTimeThresholdInMs

fpsWarningThreshold

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

fpsWarningThreshold?: number

Property Value

number

Inherited From BackgroundBlurConfig.fpsWarningThreshold