BackgroundReplacementConfig interface

后台替换配置。

扩展

属性

backgroundImageUrl

背景图像的 URL

继承属性

effectInitTimeThresholdInMs

在触发“timeForEffectsWarningReached”事件之前等待的时间(在 MS 中)。 默认值 - 20000

fpsWarningThreshold

触发“fpsWarningThresholdReached”事件之前的最低 fps 阈值。 默认值 - 5

属性详细信息

backgroundImageUrl

背景图像的 URL

backgroundImageUrl: string

属性值

string

继承属性详细信息

effectInitTimeThresholdInMs

在触发“timeForEffectsWarningReached”事件之前等待的时间(在 MS 中)。 默认值 - 20000

effectInitTimeThresholdInMs?: number

属性值

number

继承自VideoEffectConfig.effectInitTimeThresholdInMs

fpsWarningThreshold

触发“fpsWarningThresholdReached”事件之前的最低 fps 阈值。 默认值 - 5

fpsWarningThreshold?: number

属性值

number

继承自VideoEffectConfig.fpsWarningThreshold