AliVCSDK 6.8.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
载入中...
搜索中...
未找到
com.alivc.live.pusher.AlivcLivePushMonitorLevel 枚举类型参考

推流监控埋点上报模式 更多...

Public 成员函数

int getLevel ()
 
 AlivcLivePushMonitorLevel (int level)
 

Public 属性

 ALL =(0)
 
 CUT =(1)
 
 NONE =(2)
 

详细描述

推流监控埋点上报模式

作者
baorunchen
注解
SDK监控多个质量信息,针对嵌入式场景,可以指定精简的监控信息
调用示例
参见
com.alivc.live.pusher.AlivcLivePushConfig::setMonitorLevel(AlivcLivePushMonitorLevel)

在文件 AlivcLivePushMonitorLevel.java13 行定义.

构造及析构函数说明

◆ AlivcLivePushMonitorLevel()

com.alivc.live.pusher.AlivcLivePushMonitorLevel.AlivcLivePushMonitorLevel ( int  level)

在文件 AlivcLivePushMonitorLevel.java47 行定义.

成员函数说明

◆ getLevel()

int com.alivc.live.pusher.AlivcLivePushMonitorLevel.getLevel ( )

获取枚举值

返回
枚举值

在文件 AlivcLivePushMonitorLevel.java43 行定义.

类成员变量说明

◆ ALL

com.alivc.live.pusher.AlivcLivePushMonitorLevel.ALL =(0)

监控全量质量信息

注解
包括推流质量上报

在文件 AlivcLivePushMonitorLevel.java20 行定义.

◆ CUT

com.alivc.live.pusher.AlivcLivePushMonitorLevel.CUT =(1)

监控精简质量信息

注解
不包括推流质量上报

在文件 AlivcLivePushMonitorLevel.java27 行定义.

◆ NONE

com.alivc.live.pusher.AlivcLivePushMonitorLevel.NONE =(2)

不监控质量信息

在文件 AlivcLivePushMonitorLevel.java32 行定义.