Package com.amazonaws.ivs.broadcast
Class RemoteAudioStats
- java.lang.Object
- 
- com.amazonaws.ivs.broadcast.RemoteAudioStats
 
- 
 @RequiresApi(api=28) public class RemoteAudioStats extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description doubleaudioLevelRepresents the audio level of receiving audio, and the value is between 0 and 1longbytesReceivedThe total number of bytes received including retransmissionslongconcealedSamplesThe total number of samples that are concealed sampleslongheaderBytesReceivedThe number of RTP header bytes receivedlonginsertedSamplesForDecelerationThis is the counter of audio samples inserted to slow down playoutdoublejitterBufferDelayRepresents the sum of time in seconds that packets buffered in jitter bufferjava.lang.StringmimeMime typelongnackCountThe NACK count sent by SDK for receiving audioQualityStats.NetworkQualitynetworkQualityThe network quality associates with subscribing remote audiolongpacketsLostThe number of audio RTP packets lostlongpacketsReceivedThe number of audio RTP packets receivedlongremovedSamplesForAccelerationThis is the counter of audio samples removed to speed up palyoutlongtotalSamplesReceivedThe total number of samples that have been received
 
- 
- 
- 
Field Detail- 
networkQualitypublic final QualityStats.NetworkQuality networkQuality The network quality associates with subscribing remote audio
 - 
nackCountpublic final long nackCount The NACK count sent by SDK for receiving audio
 - 
packetsReceivedpublic final long packetsReceived The number of audio RTP packets received
 - 
packetsLostpublic final long packetsLost The number of audio RTP packets lost
 - 
bytesReceivedpublic final long bytesReceived The total number of bytes received including retransmissions
 - 
headerBytesReceivedpublic final long headerBytesReceived The number of RTP header bytes received
 - 
jitterBufferDelaypublic final double jitterBufferDelay Represents the sum of time in seconds that packets buffered in jitter buffer
 - 
totalSamplesReceivedpublic final long totalSamplesReceived The total number of samples that have been received
 - 
concealedSamplespublic final long concealedSamples The total number of samples that are concealed samples
 - 
insertedSamplesForDecelerationpublic final long insertedSamplesForDeceleration This is the counter of audio samples inserted to slow down playout
 - 
removedSamplesForAccelerationpublic final long removedSamplesForAcceleration This is the counter of audio samples removed to speed up palyout
 - 
audioLevelpublic final double audioLevel Represents the audio level of receiving audio, and the value is between 0 and 1
 - 
mimepublic final java.lang.String mime Mime type
 
- 
 
-