Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.IRtcEngineEventHandler.MultipathStats Class Reference

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
 

Detailed Description

Aggregates statistics of each network path in multipath transmission.

Since
4.6.0

Member Data Documentation

◆ lanTxBytes

int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.lanTxBytes

The total number of bytes sent over LAN.

◆ lanRxBytes

int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.lanRxBytes

The total number of bytes received over LAN.

◆ wifiTxBytes

int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.wifiTxBytes

The total number of bytes sent over Wi-Fi.

◆ wifiRxBytes

int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.wifiRxBytes

The total number of bytes received over Wi-Fi.

◆ mobileTxBytes

int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.mobileTxBytes

The total number of bytes sent over the mobile network.

◆ mobileRxBytes

int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.mobileRxBytes

The total number of bytes received over the mobile network.

◆ activePathNum

int io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.activePathNum

The number of currently active transmission paths.

◆ pathStats

PathStats [] io.agora.rtc2.IRtcEngineEventHandler.MultipathStats.pathStats

An array of statistics for each active transmission path. See PathStats.