VideoEffectConfig interface
基本视频效果配置。
属性
effect |
在触发“timeForEffectsWarningReached”事件之前等待的时间(在 MS 中)。 默认值 - 20000 |
fps |
触发“fpsWarningThresholdReached”事件之前的最低 fps 阈值。 默认值 - 5 |
属性详细信息
effectInitTimeThresholdInMs
在触发“timeForEffectsWarningReached”事件之前等待的时间(在 MS 中)。 默认值 - 20000
effectInitTimeThresholdInMs?: number
属性值
number
fpsWarningThreshold
触发“fpsWarningThresholdReached”事件之前的最低 fps 阈值。 默认值 - 5
fpsWarningThreshold?: number
属性值
number