Package io.agora.rtc2
Class IRtcEngineEventHandler.PathStats
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.PathStats
- Enclosing class:
- IRtcEngineEventHandler
- Since:
- 4.6.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionintTypes of network path: - LAN: Local Area Network.intThe receiving bitrate of the path in Kbps.intThe transmission bitrate of the path in Kbps. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pathType
public int pathTypeTypes of network path: - LAN: Local Area Network. - WiFi: Wireless Local Area Network. - Mobile: Mobile network. -
txKBitRate
public int txKBitRateThe transmission bitrate of the path in Kbps. -
rxKBitRate
public int rxKBitRateThe receiving bitrate of the path in Kbps.
-
-
Constructor Details
-
PathStats
public PathStats()
-
-
Method Details