拉流统计数据 更多...
Public 成员函数 | |
String | toString () |
Public 属性 | |
String | userId = "" |
String | channelId = "" |
int | videoWidth = 0 |
int | videoHeight = 0 |
int | decodeFps = 0 |
int | renderFps = 0 |
int | videoBitrate = 0 |
int | audioBitrate = 0 |
int | audioLossRate = 0 |
int | lossRate = 0 |
int com.alivc.live.player.AlivcLivePlayerStatsInfo.audioBitrate = 0 |
int com.alivc.live.player.AlivcLivePlayerStatsInfo.audioLossRate = 0 |
音频丢包率
在文件 AlivcLivePlayerStatsInfo.java 第 62 行定义.
String com.alivc.live.player.AlivcLivePlayerStatsInfo.channelId = "" |
房间号
在文件 AlivcLivePlayerStatsInfo.java 第 23 行定义.
int com.alivc.live.player.AlivcLivePlayerStatsInfo.decodeFps = 0 |
编码帧率
在文件 AlivcLivePlayerStatsInfo.java 第 38 行定义.
int com.alivc.live.player.AlivcLivePlayerStatsInfo.lossRate = 0 |
丢包率
在文件 AlivcLivePlayerStatsInfo.java 第 67 行定义.
int com.alivc.live.player.AlivcLivePlayerStatsInfo.renderFps = 0 |
渲染帧率
在文件 AlivcLivePlayerStatsInfo.java 第 43 行定义.
String com.alivc.live.player.AlivcLivePlayerStatsInfo.userId = "" |
用户id
在文件 AlivcLivePlayerStatsInfo.java 第 18 行定义.
int com.alivc.live.player.AlivcLivePlayerStatsInfo.videoBitrate = 0 |
int com.alivc.live.player.AlivcLivePlayerStatsInfo.videoHeight = 0 |
视频高度
在文件 AlivcLivePlayerStatsInfo.java 第 33 行定义.
int com.alivc.live.player.AlivcLivePlayerStatsInfo.videoWidth = 0 |
视频宽度
在文件 AlivcLivePlayerStatsInfo.java 第 28 行定义.