VideoBackgroundBlurEffect interface
包含模糊視頻背景效果的屬性
- Extends
屬性
| effect |
模糊視頻背景效果的效果名稱 |
繼承的屬性
| effect |
觸發 'timeForEffectsWarningReached' 事件之前的等待時間(以 MS 為單位)。 預設值 - 20000 |
| fps |
觸發“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