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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Acoustic echo cancellation (AEC) module estimated delay (ms), which is the signal delay between when audio is played locally before being locally captured.
    int
    The audio device module delay (ms) when playing or recording audio.
    int
    The playout delay of the device
    int
    The ear monitor delay (ms), which is the delay from microphone input to headphone output.
    int
    The internal payload codec.
    int
    The number of audio channels.
    int
    The average bitrate (Kbps) of sending the local user's audio stream.
    int
    The sampling rate (Hz) of sending the local user's audio stream.
    int
    The packet loss rate (%) from the local client to the Agora server before applying the anti-packet loss strategies.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • numChannels

      public int numChannels
      The number of audio channels.
    • sentSampleRate

      public int sentSampleRate
      The sampling rate (Hz) of sending the local user's audio stream.
    • sentBitrate

      public int sentBitrate
      The average bitrate (Kbps) of sending the local user's audio stream.
    • internalCodec

      public int internalCodec
      The internal payload codec.
    • txPacketLossRate

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

      public int audioDeviceDelay
      The audio device module delay (ms) when playing or recording audio.
    • audioPlayoutDelay

      public int audioPlayoutDelay
      The playout delay of the device
    • earMonitorDelay

      public int earMonitorDelay
      The ear monitor delay (ms), which is the delay from microphone input to headphone output.
    • aecEstimatedDelay

      public int aecEstimatedDelay
      Acoustic echo cancellation (AEC) module estimated delay (ms), which is the signal delay between when audio is played locally before being locally captured.
  • Constructor Details

    • LocalAudioStats

      public LocalAudioStats()