|
Agora Java API Reference for Android
|
Aggregates statistics of each network path in 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 |
Aggregates statistics of each network path in multipath transmission.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.lanTxBytes |
The total number of bytes sent over LAN.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.lanRxBytes |
The total number of bytes received over LAN.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.wifiTxBytes |
The total number of bytes sent over Wi-Fi.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.wifiRxBytes |
The total number of bytes received over Wi-Fi.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.mobileTxBytes |
The total number of bytes sent over the mobile network.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.mobileRxBytes |
The total number of bytes received over the mobile network.
| int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.activePathNum |
The number of currently active transmission paths.
1.8.18