-
Notifications
You must be signed in to change notification settings - Fork 11
debugInfo 结构
scottxu edited this page Jan 5, 2019
·
3 revisions
debugInfo 结构用于存放调试信息。
debugInfo 结构具有以下字段:
字段 | 类型 | 默认值 | 说明 |
---|---|---|---|
time | 整型 | - | 时间基准(option.clock)当前时间 |
bulletScreensOnScreenCount | 整型 | - | 实时弹幕总数 |
bulletScreensCount | 整型 | - | 剩余弹幕总数 |
delay | 整型 | - | 延迟:单位:毫秒 |
delayBulletScreensCount | 整型 | - | 因延迟过高而丢弃的弹幕总数 |
fps | 整型 | - | 帧频:单位:帧/秒 |
© 2018-2019 Scott Xu. All right reserved. | This project is an open source project and it is licensed under the MIT License.