Package io.agora.rtc2

Class IRtcEngineEventHandler.LocalAudioStats

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

public static class IRtcEngineEventHandler.LocalAudioStats extends Object
The statistics of the local audio.
  • Field Details

    • numChannels

      public int numChannels
      The number of channels.
    • sentSampleRate

      public int sentSampleRate
      The sample rate (Hz).
    • sentBitrate

      public int sentBitrate
      The average sending bitrate (Kbps).
    • internalCodec

      public int internalCodec
      The internal payload type
    • txPacketLossRate

      public int txPacketLossRate
      The audio packet loss rate (%) from the local client to the Agora edge server before applying the anti-packet loss strategies.
    • audioDeviceDelay

      public int audioDeviceDelay
      The audio delay of the device, contains record and playout delay
    • audioPlayoutDelay

      public int audioPlayoutDelay
      The playout delay of the device
    • earMonitorDelay

      public int earMonitorDelay
      The signal delay estimated from audio in-ear monitoring (ms).
    • aecEstimatedDelay

      public int aecEstimatedDelay
      The signal delay estimated during the AEC process from nearin and farin (ms).
  • Constructor Details

    • LocalAudioStats

      public LocalAudioStats()