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 Summary
Fields 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
-
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 java.lang.String mime
Mime type
-
-