Class RemoteAudioStats

java.lang.Object
com.amazonaws.ivs.broadcast.RemoteAudioStats

@RequiresApi(api=28) public class RemoteAudioStats extends Object
  • Field Details

    • networkQuality

      public final QualityStats.NetworkQuality networkQuality
      The network quality associates with subscribing remote audio
    • nackCount

      public final long nackCount
      The NACK count sent by SDK for receiving audio
    • packetsReceived

      public final long packetsReceived
      The number of audio RTP packets received
    • packetsLost

      public final long packetsLost
      The number of audio RTP packets lost
    • bytesReceived

      public final long bytesReceived
      The total number of bytes received including retransmissions
    • headerBytesReceived

      public final long headerBytesReceived
      The number of RTP header bytes received
    • jitterBufferDelay

      public final double jitterBufferDelay
      Represents the sum of time in seconds that packets buffered in jitter buffer
    • totalSamplesReceived

      public final long totalSamplesReceived
      The total number of samples that have been received
    • concealedSamples

      public final long concealedSamples
      The total number of samples that are concealed samples
    • insertedSamplesForDeceleration

      public final long insertedSamplesForDeceleration
      This is the counter of audio samples inserted to slow down playout
    • removedSamplesForAcceleration

      public final long removedSamplesForAcceleration
      This is the counter of audio samples removed to speed up palyout
    • audioLevel

      public final double audioLevel
      Represents the audio level of receiving audio, and the value is between 0 and 1
    • mime

      public final String mime
      Mime type