|
Agora Java API Reference for Android
|
Aggregates statistics for all network paths used in multipath transmission. More...
#include <AgoraBase.h>
Public Attributes | |
| uint32_t | lanTxBytes |
| uint32_t | lanRxBytes |
| uint32_t | wifiTxBytes |
| uint32_t | wifiRxBytes |
| uint32_t | mobileTxBytes |
| uint32_t | mobileRxBytes |
| int | activePathNum |
| const PathStats * | pathStats |
Aggregates statistics for all network paths used in multipath transmission.
| uint32_t agora::rtc::MultipathStats::lanTxBytes |
The number of bytes transmitted over the LAN path.
| uint32_t agora::rtc::MultipathStats::lanRxBytes |
The number of bytes received over the LAN path.
| uint32_t agora::rtc::MultipathStats::wifiTxBytes |
The number of bytes transmitted over the Wi-Fi path.
| uint32_t agora::rtc::MultipathStats::wifiRxBytes |
The number of bytes received over the Wi-Fi path.
| uint32_t agora::rtc::MultipathStats::mobileTxBytes |
The number of bytes transmitted over the mobile network path.
| uint32_t agora::rtc::MultipathStats::mobileRxBytes |
The number of bytes received over the mobile network path.
| int agora::rtc::MultipathStats::activePathNum |
The number of active paths.
| const PathStats* agora::rtc::MultipathStats::pathStats |
“An array of statistics for each active path.
1.8.18