public static class QHVCInteractiveEventHandler.RemoteAudioStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
audioLossRate |
int |
frozenRate |
int |
jitterBufferDelay |
int |
networkTransportDelay |
int |
numChannels |
int |
quality
远端用户发送的音频流质量:
0: 质量未知
1: 质量极好
2: 用户主观感觉和极好差不多 ,但码率可能略低于极好
3: 用户主观感受有瑕疵,但不影响沟通
4: 勉强能沟通但不顺畅
5: 网络质量非常差,基本不能沟通
6: 网络连接已断开,完全无法沟通
|
int |
receivedBitrate |
int |
receivedSampleRate |
int |
totalActiveTime |
int |
totalFrozenTime
远端用户在加入频道后发生音频卡顿的累计时长 (ms)。
一个统计周期内,音频丢帧率达到 4% 即记为一次音频卡顿。
|
java.lang.String |
uid |
Constructor and Description |
---|
RemoteAudioStats(java.lang.String uid,
int quality,
int networkTransportDelay,
int jitterBufferDelay,
int audioLossRate,
int numChannels,
int receivedSampleRate,
int receivedBitrate,
int totalFrozenTime,
int frozenRate,
int totalActiveTime) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String uid
public int quality
public int networkTransportDelay
public int jitterBufferDelay
public int audioLossRate
public int numChannels
public int receivedSampleRate
public int receivedBitrate
public int totalFrozenTime
public int frozenRate
public int totalActiveTime