public class MonitorStats
extends java.lang.Object
implements java.io.Serializable
限定符和类型 | 字段和说明 |
---|---|
float |
receivedAudioLostRate
接收音频的丢包率
|
int |
receivedAudioRtt
接收音频的延迟,单位ms
|
int |
receivedVideoBitRate
接收视频的码率,单位bit
|
int |
receivedVideoFrameRate
接收视频的帧率
|
int |
receivedVideoHeight
接收视频的像素高
|
float |
receivedVideoLostRate
接收视频的丢包率
|
int |
receivedVideoRtt
接收视频的延迟,单位ms
|
int |
receivedVideoWidth
接收视频的像素宽
|
int |
sentVideoBitRate
发送视频的码率,单位bit
|
int |
sentVideoFrameRate
发送视频的帧率
|
int |
sentVideoHeight
发送视频的像素高
|
int |
sentVideoWidth
发送视频的像素宽
|
构造器和说明 |
---|
MonitorStats() |
public int sentVideoWidth
public int sentVideoHeight
public int sentVideoFrameRate
public int sentVideoBitRate
public int receivedVideoWidth
public int receivedVideoHeight
public int receivedVideoFrameRate
public int receivedVideoBitRate
public int receivedVideoRtt
public float receivedVideoLostRate
public int receivedAudioRtt
public float receivedAudioLostRate