Package io.agora.rtc2

Class IRtcEngineEventHandler.PathStats

java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.PathStats
Enclosing class:
IRtcEngineEventHandler

public static class IRtcEngineEventHandler.PathStats extends Object
Since:
4.6.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Types of network path: - LAN: Local Area Network.
    int
    The receiving bitrate of the path in Kbps.
    int
    The transmission bitrate of the path in Kbps.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • pathType

      public int pathType
      Types of network path: - LAN: Local Area Network. - WiFi: Wireless Local Area Network. - Mobile: Mobile network.
    • txKBitRate

      public int txKBitRate
      The transmission bitrate of the path in Kbps.
    • rxKBitRate

      public int rxKBitRate
      The receiving bitrate of the path in Kbps.
  • Constructor Details

    • PathStats

      public PathStats()
  • Method Details