|
Agora Java API Reference for Android
|
Statistics of a call session. More...
Public Attributes | |
| int | totalDuration |
| int | txBytes |
| int | rxBytes |
| int | txKBitRate |
| int | txAudioBytes |
| int | rxAudioBytes |
| int | txVideoBytes |
| int | rxVideoBytes |
| int | rxKBitRate |
| int | txAudioKBitRate |
| int | rxAudioKBitRate |
| int | txVideoKBitRate |
| int | rxVideoKBitRate |
| int | lastmileDelay |
| double | cpuTotalUsage |
| int | gatewayRtt |
| double | cpuAppUsage |
| int | users |
| int | connectTimeMs |
| int | txPacketLossRate |
| int | rxPacketLossRate |
| double | memoryAppUsageRatio |
| double | memoryTotalUsageRatio |
| int | memoryAppUsageInKbytes |
| int | lanAccelerateState |
Statistics of a call session.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.totalDuration |
Call duration of the local user in seconds, represented by an aggregate value.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.txBytes |
The number of bytes sent.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.rxBytes |
The number of bytes received.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.txKBitRate |
The actual bitrate (Kbps) while sending the local video stream.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.txAudioBytes |
The total number of audio bytes sent, represented by an aggregate value.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.rxAudioBytes |
The total number of audio bytes received, represented by an aggregate value.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.txVideoBytes |
The total number of video bytes sent, represented by an aggregate value.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.rxVideoBytes |
The total number of video bytes received, represented by an aggregate value.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.rxKBitRate |
The receiving bitrate (Kbps).
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.txAudioKBitRate |
The bitrate (Kbps) of sending the audio packet.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.rxAudioKBitRate |
The bitrate (Kbps) of receiving the audio.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.txVideoKBitRate |
The bitrate (Kbps) of sending the video.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.rxVideoKBitRate |
The bitrate (Kbps) of receiving the video.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.lastmileDelay |
The client-to-server delay (milliseconds).
| double io.agora.rtc2.IRtcEngineEventHandler.RtcStats.cpuTotalUsage |
The system CPU usage (%).
cpuTotalUsage is always reported as 0 in the onLeaveChannel callback.| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.gatewayRtt |
The round-trip time delay (ms) from the client to the local router.
gatewayRtt, ensure that you add the android.permission.ACCESS_WIFI_STATE permission after </application> in the AndroidManifest.xml file in your project. | double io.agora.rtc2.IRtcEngineEventHandler.RtcStats.cpuAppUsage |
Application CPU usage (%).
cpuAppUsage is always reported as 0 in the onLeaveChannel callback.| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.users |
The number of users in the channel.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.connectTimeMs |
The duration (ms) between the SDK starts connecting and the connection is established. If the value reported is 0, it means invalid.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.txPacketLossRate |
The packet loss rate (%) from the client to the Agora server before applying the anti-packet-loss algorithm.
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.rxPacketLossRate |
The packet loss rate (%) from the Agora server to the client before using the anti-packet-loss method.
| double io.agora.rtc2.IRtcEngineEventHandler.RtcStats.memoryAppUsageRatio |
The memory ratio occupied by the app (%).
| double io.agora.rtc2.IRtcEngineEventHandler.RtcStats.memoryTotalUsageRatio |
The memory occupied by the system (%).
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.memoryAppUsageInKbytes |
The memory size occupied by the app (KB).
| int io.agora.rtc2.IRtcEngineEventHandler.RtcStats.lanAccelerateState |
The local network acceleration state. A value of 1 indicates that local network acceleration is active, while 0 indicates it is inactive. @technical preview
1.8.18