Agora Java API Reference for Android
Public Attributes | List of all members
agora::rtc::MultipathStats Struct Reference

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 PathStatspathStats
 

Detailed Description

Aggregates statistics for all network paths used in multipath transmission.

Since
4.6.0

Member Data Documentation

◆ lanTxBytes

uint32_t agora::rtc::MultipathStats::lanTxBytes

The number of bytes transmitted over the LAN path.

◆ lanRxBytes

uint32_t agora::rtc::MultipathStats::lanRxBytes

The number of bytes received over the LAN path.

◆ wifiTxBytes

uint32_t agora::rtc::MultipathStats::wifiTxBytes

The number of bytes transmitted over the Wi-Fi path.

◆ wifiRxBytes

uint32_t agora::rtc::MultipathStats::wifiRxBytes

The number of bytes received over the Wi-Fi path.

◆ mobileTxBytes

uint32_t agora::rtc::MultipathStats::mobileTxBytes

The number of bytes transmitted over the mobile network path.

◆ mobileRxBytes

uint32_t agora::rtc::MultipathStats::mobileRxBytes

The number of bytes received over the mobile network path.

◆ activePathNum

int agora::rtc::MultipathStats::activePathNum

The number of active paths.

◆ pathStats

const PathStats* agora::rtc::MultipathStats::pathStats

“An array of statistics for each active path.