Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::MultipathStats Struct Reference

#include <AgoraBase.h>

Public Member Functions

 MultipathStats ()
 

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

Since
4.6.0

Constructor & Destructor Documentation

◆ MultipathStats()

agora::rtc::MultipathStats::MultipathStats ( )
inline

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.