|
Agora Java API Reference for Android
|
Represents statistics related to multipath transmission. More...
Public Member Functions | |
| String | toString () |
Public Attributes | |
| int | lanTxBytes |
| int | lanRxBytes |
| int | wifiTxBytes |
| int | wifiRxBytes |
| int | mobileTxBytes |
| int | mobileRxBytes |
| int | activePathNum |
| PathStats[] | pathStats |
Represents statistics related to multipath transmission.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.lanTxBytes |
Total bytes transmitted over LAN.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.lanRxBytes |
Total bytes received over LAN.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.wifiTxBytes |
Total bytes transmitted over WiFi.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.wifiRxBytes |
Total bytes received over WiFi.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.mobileTxBytes |
Total bytes transmitted over mobile.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.mobileRxBytes |
Total bytes received over mobile.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.activePathNum |
Number of active paths.
| PathStats [] io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.pathStats |
Array of path statistics.
1.8.18