推流监控埋点上报模式
更多...
|
int | getLevel () |
|
| AlivcLivePushMonitorLevel (int level) |
|
推流监控埋点上报模式
- 作者
- baorunchen
- 注解
- SDK监控多个质量信息,针对嵌入式场景,可以指定精简的监控信息
- 调用示例
mAlivcLivePushConfig.setMonitorLevel(AlivcLivePushMonitorLevel.ALL);
- 参见
- com.alivc.live.pusher.AlivcLivePushConfig::setMonitorLevel(AlivcLivePushMonitorLevel)
在文件 AlivcLivePushMonitorLevel.java 第 13 行定义.
int com.alivc.live.pusher.AlivcLivePushMonitorLevel.getLevel |
( |
| ) |
|
com.alivc.live.pusher.AlivcLivePushMonitorLevel.ALL =(0) |
com.alivc.live.pusher.AlivcLivePushMonitorLevel.CUT =(1) |
com.alivc.live.pusher.AlivcLivePushMonitorLevel.NONE =(2) |