On-premise Recording SDK v3.0.6 API Reference for Linux (Java)
Public Attributes | List of all members
io.agora.recording.common.Common.RemoteAudioStats Class Reference

Public Attributes

int quality = 0
 
int networkTransportDelay = 0
 
int jitterBufferDelay = 0
 
int audioLossRate = 0
 

Detailed Description

The statistics of the remote audio stream. For details, see Statistics of remote audio streams.

Member Data Documentation

◆ quality

int io.agora.recording.common.Common.RemoteAudioStats.quality = 0

The audio quality.

  • 0: The quality is unknown.
  • 1: The quality is excellent.
  • 2: The quality is quite good, but the bitrate may be slightly lower than 1.
  • 3: Users can feel the communication slightly impaired.
  • 4: Users cannot communicate smoothly.
  • 5: The quality is so bad that users can barely communicate.
  • 6: The quality is down and users cannot communicate at all.
  • 7: Users cannot detect the quality (not in use).
  • 8: Detecting the quality.

◆ networkTransportDelay

int io.agora.recording.common.Common.RemoteAudioStats.networkTransportDelay = 0

The network delay (ms) from the sender to the receiver.

◆ jitterBufferDelay

int io.agora.recording.common.Common.RemoteAudioStats.jitterBufferDelay = 0

The jitter buffer delay (ms) at the receiver.

◆ audioLossRate

int io.agora.recording.common.Common.RemoteAudioStats.audioLossRate = 0

The packet loss rate in the reported interval.