public static class IRtcEngineEventHandler.RtcStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
connectTimeMs
The duration (ms) between connection establish and connect start, 0 if not valid.
|
double |
cpuAppUsage
The application CPU usage (%).
|
double |
cpuTotalUsage
The system CPU usage (%).
|
int |
gatewayRtt
gateway Rtt
|
int |
lastmileDelay
The VOS client-server latency (ms).
|
int |
memoryAppUsageInKbytes
The application memory usage (Kbyte).
|
double |
memoryAppUsageRatio
The application memory usage (%).
|
double |
memoryTotalUsageRatio
The system memory usage (%).
|
int |
rxAudioBytes
Total number of audio bytes received (bytes) before network countermeasures, represented by
an aggregate value.
|
int |
rxAudioKBitRate
The audio receiving bitrate in Kbps, represented by an instantaneous value.
|
int |
rxBytes
The total number of bytes received, represented by an aggregate value.
|
int |
rxKBitRate
The receiving bitrate in Kbps, represented by an instantaneous value.
|
int |
rxPacketLossRate
The packet loss rate of receiver(audience).
|
int |
rxVideoBytes
Total number of video bytes received (bytes), represented by an aggregate value.
|
int |
rxVideoKBitRate
The video receiving bitrate in Kbps, represented by an instantaneous value.
|
int |
totalDuration
The call duration in seconds, represented by an aggregate value.
|
int |
txAudioBytes
Total number of audio bytes sent (bytes), represented by an aggregate value.
|
int |
txAudioKBitRate
The audio transmission bitrate in Kbps, represented by an instantaneous value.
|
int |
txBytes
The total number of bytes transmitted, represented by an aggregate value.
|
int |
txKBitRate
The transmission bitrate in Kbps, represented by an instantaneous value.
|
int |
txPacketLossRate
The packet loss rate of sender(broadcaster).
|
int |
txVideoBytes
Total number of video bytes sent (bytes), represented by an aggregate value.
|
int |
txVideoKBitRate
The video transmission bitrate in Kbps, represented by an instantaneous value.
|
int |
users
The number of users in the channel.
|
Constructor and Description |
---|
RtcStats() |
public int totalDuration
public int txBytes
public int rxBytes
public int txKBitRate
public int txAudioBytes
public int rxAudioBytes
public int txVideoBytes
public int rxVideoBytes
public int rxKBitRate
public int txAudioKBitRate
public int rxAudioKBitRate
public int txVideoKBitRate
public int rxVideoKBitRate
public int lastmileDelay
public double cpuTotalUsage
public int gatewayRtt
public double cpuAppUsage
public int users
public int connectTimeMs
public int txPacketLossRate
public int rxPacketLossRate
public double memoryAppUsageRatio
public double memoryTotalUsageRatio
public int memoryAppUsageInKbytes