Package io.agora.rtc2

Class IRtcEngineEventHandler.MultipathStats

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

public static class IRtcEngineEventHandler.MultipathStats extends Object
Since:
4.6.0
  • Field Details

    • lanTxBytes

      public int lanTxBytes
      The total number of bytes sent over LAN.
    • lanRxBytes

      public int lanRxBytes
      The total number of bytes received over LAN.
    • wifiTxBytes

      public int wifiTxBytes
      The total number of bytes sent over Wi-Fi.
    • wifiRxBytes

      public int wifiRxBytes
      The total number of bytes received over Wi-Fi.
    • mobileTxBytes

      public int mobileTxBytes
      The total number of bytes sent over the mobile network.
    • mobileRxBytes

      public int mobileRxBytes
      The total number of bytes received over the mobile network.
    • activePathNum

      public int activePathNum
      The 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