Public Attributes | |
int | totalDuration |
int | txBytes |
int | rxBytes |
int | txKBitRate |
int | rxKBitRate |
int | txAudioKBitRate |
int | rxAudioKBitRate |
int | txVideoKBitRate |
int | rxVideoKBitRate |
int | users |
int | lastmileDelay |
double | cpuTotalUsage |
double | cpuAppUsage |
Statistics of RTCEngine.
int io.agora.rtc.IRtcEngineEventHandler.RtcStats.totalDuration |
Call duration in seconds, represented by an aggregate value.
int io.agora.rtc.IRtcEngineEventHandler.RtcStats.txBytes |
Total number of bytes transmitted, represented by an aggregate value.
int io.agora.rtc.IRtcEngineEventHandler.RtcStats.rxBytes |
Total number of bytes received, represented by an aggregate value.
int io.agora.rtc.IRtcEngineEventHandler.RtcStats.txKBitRate |
Transmission bitrate in Kbps, represented by an instantaneous value.
int io.agora.rtc.IRtcEngineEventHandler.RtcStats.rxKBitRate |
Receive bitrate (Kbps), represented by an instantaneous value.
int io.agora.rtc.IRtcEngineEventHandler.RtcStats.txAudioKBitRate |
The transmission bitrate of the audio packet (Kbps), represented by an instantaneous value.
int io.agora.rtc.IRtcEngineEventHandler.RtcStats.rxAudioKBitRate |
Audio receive bitrate (Kbps), represented by an instantaneous value.
int io.agora.rtc.IRtcEngineEventHandler.RtcStats.txVideoKBitRate |
Video transmission bitrate (Kbps), represented by an instantaneous value.
int io.agora.rtc.IRtcEngineEventHandler.RtcStats.rxVideoKBitRate |
Video receive bitrate (Kbps), represented by an instantaneous value.
int io.agora.rtc.IRtcEngineEventHandler.RtcStats.users |
The number of users in the channel.
int io.agora.rtc.IRtcEngineEventHandler.RtcStats.lastmileDelay |
Client-server latency.
double io.agora.rtc.IRtcEngineEventHandler.RtcStats.cpuTotalUsage |
System CPU usage (%).
double io.agora.rtc.IRtcEngineEventHandler.RtcStats.cpuAppUsage |
Application CPU usage (%).