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 double
audioLevel
Represents the audio level of receiving audio, and the value is between 0 and 1long
bytesReceived
The total number of bytes received including retransmissionslong
concealedSamples
The total number of samples that are concealed sampleslong
headerBytesReceived
The number of RTP header bytes receivedlong
insertedSamplesForDeceleration
This is the counter of audio samples inserted to slow down playoutdouble
jitterBufferDelay
Represents the sum of time in seconds that packets buffered in jitter bufferjava.lang.String
mime
Mime typelong
nackCount
The NACK count sent by SDK for receiving audioQualityStats.NetworkQuality
networkQuality
The network quality associates with subscribing remote audiolong
packetsLost
The number of audio RTP packets lostlong
packetsReceived
The number of audio RTP packets receivedlong
removedSamplesForAcceleration
This is the counter of audio samples removed to speed up palyoutlong
totalSamplesReceived
The 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
-
-