通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VideoBackgroundBlurEffect interface

包含模糊视频背景效果的属性

扩展

属性

effectName

模糊视频背景效果的效果名称

继承属性

effectInitTimeThresholdInMs

触发 'timeForEffectsWarningReached' 事件之前的等待时间(以 MS 为单位)。 默认值 - 20000

fpsWarningThreshold

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

属性详细信息

effectName

模糊视频背景效果的效果名称

effectName: "blur"

属性值

"blur"

继承属性详细信息

effectInitTimeThresholdInMs

触发 'timeForEffectsWarningReached' 事件之前的等待时间(以 MS 为单位)。 默认值 - 20000

effectInitTimeThresholdInMs?: number

属性值

number

继承自 BackgroundBlurConfig.effectInitTimeThresholdInMs

fpsWarningThreshold

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

fpsWarningThreshold?: number

属性值

number

继承自 BackgroundBlurConfig.fpsWarningThreshold