Package com.amazonaws.ivs.broadcast
Class RemoteAudioStats
java.lang.Object
com.amazonaws.ivs.broadcast.RemoteAudioStats
-
Field Summary
Modifier and TypeFieldDescriptionfinal double
Represents the audio level of receiving audio, and the value is between 0 and 1final long
The total number of bytes received including retransmissionsfinal long
The total number of samples that are concealed samplesfinal long
The total number of concealment eventsfinal long
The number of RTP header bytes receivedfinal long
This is the counter of audio samples inserted to slow down playoutfinal double
Represents the sum of time in seconds that packets buffered in jitter bufferfinal long
The total number of samples that have come out of the jitter bufferfinal double
Represents the sum of minimum obtainable jitter buffer delay in secondsfinal double
Represents the sum of target jitter buffer delay in secondsfinal String
Mime typefinal long
The NACK count sent by SDK for receiving audioThe network quality associates with subscribing remote audiofinal long
The number of audio RTP packets lostfinal long
The number of audio RTP packets receivedfinal long
This is the counter of audio samples removed to speed up palyoutfinal long
The total number of retransmitted bytes that were receivedfinal long
The total number of retransmitted packets that were receivedfinal long
The total number of samples that are silent concealed samplesfinal long
The total number of samples that have been received -
Method Summary
-
Field Details
-
networkQuality
The network quality associates with subscribing remote audio -
nackCount
public final long nackCountThe NACK count sent by SDK for receiving audio -
packetsReceived
public final long packetsReceivedThe number of audio RTP packets received -
packetsLost
public final long packetsLostThe number of audio RTP packets lost -
bytesReceived
public final long bytesReceivedThe total number of bytes received including retransmissions -
headerBytesReceived
public final long headerBytesReceivedThe number of RTP header bytes received -
jitterBufferDelay
public final double jitterBufferDelayRepresents the sum of time in seconds that packets buffered in jitter buffer -
jitterBufferTargetDelay
public final double jitterBufferTargetDelayRepresents the sum of target jitter buffer delay in seconds -
jitterBufferMinimumDelay
public final double jitterBufferMinimumDelayRepresents the sum of minimum obtainable jitter buffer delay in seconds -
jitterBufferEmittedCount
public final long jitterBufferEmittedCountThe total number of samples that have come out of the jitter buffer -
totalSamplesReceived
public final long totalSamplesReceivedThe total number of samples that have been received -
concealedSamples
public final long concealedSamplesThe total number of samples that are concealed samples -
silentConcealedSamples
public final long silentConcealedSamplesThe total number of samples that are silent concealed samples -
concealmentEvents
public final long concealmentEventsThe total number of concealment events -
insertedSamplesForDeceleration
public final long insertedSamplesForDecelerationThis is the counter of audio samples inserted to slow down playout -
removedSamplesForAcceleration
public final long removedSamplesForAccelerationThis is the counter of audio samples removed to speed up palyout -
retransmittedBytesReceived
public final long retransmittedBytesReceivedThe total number of retransmitted bytes that were received -
retransmittedPacketsReceived
public final long retransmittedPacketsReceivedThe total number of retransmitted packets that were received -
audioLevel
public final double audioLevelRepresents the audio level of receiving audio, and the value is between 0 and 1 -
mime
Mime type
-