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

Statistical information about a specific network path. More...

Public Member Functions

String toString ()
 

Public Attributes

int pathType
 
int txKBitRate
 
int rxKBitRate
 

Detailed Description

Statistical information about a specific network path.

Since
4.6.0

Member Data Documentation

◆ pathType

int io.agora.rtc2.IRtcEngineEventHandler.PathStats.pathType

Types of network path:

  • LAN: Local Area Network.
  • WiFi: Wireless Local Area Network.
  • Mobile: Mobile network.

◆ txKBitRate

int io.agora.rtc2.IRtcEngineEventHandler.PathStats.txKBitRate

The transmission bitrate of the path in Kbps.

◆ rxKBitRate

int io.agora.rtc2.IRtcEngineEventHandler.PathStats.rxKBitRate

The receiving bitrate of the path in Kbps.