Package com.amazonaws.ivs.broadcast
Class RemoteAudioStats
java.lang.Object
com.amazonaws.ivs.broadcast.RemoteAudioStats
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal doubleRepresents the audio level of receiving audio, and the value is between 0 and 1final longThe total number of bytes received including retransmissionsfinal longThe total number of samples that are concealed samplesfinal longThe total number of concealment eventsfinal longThe number of RTP header bytes receivedfinal longThis is the counter of audio samples inserted to slow down playoutfinal doubleRepresents the sum of time in seconds that packets buffered in jitter bufferfinal longThe total number of samples that have come out of the jitter bufferfinal doubleRepresents the sum of minimum obtainable jitter buffer delay in secondsfinal doubleRepresents the sum of target jitter buffer delay in secondsfinal StringMime typefinal longThe NACK count sent by SDK for receiving audioThe network quality associates with subscribing remote audiofinal longThe number of audio RTP packets lostfinal longThe number of audio RTP packets receivedfinal longThis is the counter of audio samples removed to speed up palyoutfinal longThe total number of retransmitted bytes that were receivedfinal longThe total number of retransmitted packets that were receivedfinal longThe total number of samples that are silent concealed samplesfinal longThe total number of samples that have been received
- 
Method Summary
- 
Field Details- 
networkQualityThe network quality associates with subscribing remote audio
- 
nackCountpublic final long nackCountThe NACK count sent by SDK for receiving audio
- 
packetsReceivedpublic final long packetsReceivedThe number of audio RTP packets received
- 
packetsLostpublic final long packetsLostThe number of audio RTP packets lost
- 
bytesReceivedpublic final long bytesReceivedThe total number of bytes received including retransmissions
- 
headerBytesReceivedpublic final long headerBytesReceivedThe number of RTP header bytes received
- 
jitterBufferDelaypublic final double jitterBufferDelayRepresents the sum of time in seconds that packets buffered in jitter buffer
- 
jitterBufferTargetDelaypublic final double jitterBufferTargetDelayRepresents the sum of target jitter buffer delay in seconds
- 
jitterBufferMinimumDelaypublic final double jitterBufferMinimumDelayRepresents the sum of minimum obtainable jitter buffer delay in seconds
- 
jitterBufferEmittedCountpublic final long jitterBufferEmittedCountThe total number of samples that have come out of the jitter buffer
- 
totalSamplesReceivedpublic final long totalSamplesReceivedThe total number of samples that have been received
- 
concealedSamplespublic final long concealedSamplesThe total number of samples that are concealed samples
- 
silentConcealedSamplespublic final long silentConcealedSamplesThe total number of samples that are silent concealed samples
- 
concealmentEventspublic final long concealmentEventsThe total number of concealment events
- 
insertedSamplesForDecelerationpublic final long insertedSamplesForDecelerationThis is the counter of audio samples inserted to slow down playout
- 
removedSamplesForAccelerationpublic final long removedSamplesForAccelerationThis is the counter of audio samples removed to speed up palyout
- 
retransmittedBytesReceivedpublic final long retransmittedBytesReceivedThe total number of retransmitted bytes that were received
- 
retransmittedPacketsReceivedpublic final long retransmittedPacketsReceivedThe total number of retransmitted packets that were received
- 
audioLevelpublic final double audioLevelRepresents the audio level of receiving audio, and the value is between 0 and 1
- 
mimeMime type
 
-