Package com.amazonaws.ivs.broadcast
Class LocalAudioStats
- java.lang.Object
- 
- com.amazonaws.ivs.broadcast.LocalAudioStats
 
- 
 @RequiresApi(api=28) public class LocalAudioStats extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description longbytesSentThe total number of audio bytes sent, and it includes retransmissionslongheaderBytesSentThe number of RTP header bytes sentjava.lang.StringmimeMime typelongnackCountThe NACK count received by SDK for sending audioQualityStats.NetworkQualitynetworkQualityThe network quality associates with publishing local audiolongpacketsSentThe number of audio packets sentlongretransmittedBytesSentThe number of retransmitted byteslongretransmittedPacketsSentThe number of audio packets retransmittedlongtotalPacketSendDelayThe total number of seconds that packets have bufferered locally
 
- 
- 
- 
Field Detail- 
networkQualitypublic final QualityStats.NetworkQuality networkQuality The network quality associates with publishing local audio
 - 
nackCountpublic final long nackCount The NACK count received by SDK for sending audio
 - 
packetsSentpublic final long packetsSent The number of audio packets sent
 - 
retransmittedPacketsSentpublic final long retransmittedPacketsSent The number of audio packets retransmitted
 - 
bytesSentpublic final long bytesSent The total number of audio bytes sent, and it includes retransmissions
 - 
headerBytesSentpublic final long headerBytesSent The number of RTP header bytes sent
 - 
retransmittedBytesSentpublic final long retransmittedBytesSent The number of retransmitted bytes
 - 
totalPacketSendDelaypublic final long totalPacketSendDelay The total number of seconds that packets have bufferered locally
 - 
mimepublic final java.lang.String mime Mime type
 
- 
 
-