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 TypeFieldDescriptionintNumber of active paths.intTotal bytes received over LAN.intTotal bytes transmitted over LAN.intTotal bytes received over mobile.intTotal bytes transmitted over mobile.Array of path statistics.intTotal bytes received over WiFi.intTotal bytes transmitted over WiFi. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lanTxBytes
public int lanTxBytesTotal bytes transmitted over LAN. -
lanRxBytes
public int lanRxBytesTotal bytes received over LAN. -
wifiTxBytes
public int wifiTxBytesTotal bytes transmitted over WiFi. -
wifiRxBytes
public int wifiRxBytesTotal bytes received over WiFi. -
mobileTxBytes
public int mobileTxBytesTotal bytes transmitted over mobile. -
mobileRxBytes
public int mobileRxBytesTotal bytes received over mobile. -
activePathNum
public int activePathNumNumber of active paths. -
pathStats
Array of path statistics.
-
-
Constructor Details
-
MultipathStats
public MultipathStats()
-
-
Method Details