Package io.agora.rtc2
Class IRtcEngineEventHandler.MultipathStats
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.MultipathStats
- Enclosing class:
- IRtcEngineEventHandler
- Since:
- 4.6.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe number of currently active transmission paths.intThe total number of bytes received over LAN.intThe total number of bytes sent over LAN.intThe total number of bytes received over the mobile network.intThe total number of bytes sent over the mobile network.An array of statistics for each active transmission path.intThe total number of bytes received over Wi-Fi.intThe total number of bytes sent over Wi-Fi. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lanTxBytes
public int lanTxBytesThe total number of bytes sent over LAN. -
lanRxBytes
public int lanRxBytesThe total number of bytes received over LAN. -
wifiTxBytes
public int wifiTxBytesThe total number of bytes sent over Wi-Fi. -
wifiRxBytes
public int wifiRxBytesThe total number of bytes received over Wi-Fi. -
mobileTxBytes
public int mobileTxBytesThe total number of bytes sent over the mobile network. -
mobileRxBytes
public int mobileRxBytesThe total number of bytes received over the mobile network. -
activePathNum
public int activePathNumThe number of currently active transmission paths. -
pathStats
An array of statistics for each active transmission path. See `PathStats`.
-
-
Constructor Details
-
MultipathStats
public MultipathStats()
-
-
Method Details