Package com.amazonaws.ivs.broadcast
Class LocalAudioStats
java.lang.Object
com.amazonaws.ivs.broadcast.LocalAudioStats
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal longThe total number of audio bytes sent, and it includes retransmissionsfinal longThe number of RTP header bytes sentfinal StringMime typefinal longThe NACK count received by SDK for sending audioThe network quality associates with publishing local audiofinal longThe number of audio packets sentfinal longThe number of retransmitted bytesfinal longThe number of audio packets retransmittedfinal longThe total number of seconds that packets have bufferered locally
- 
Method Summary
- 
Field Details- 
networkQualityThe network quality associates with publishing local audio
- 
nackCountpublic final long nackCountThe NACK count received by SDK for sending audio
- 
packetsSentpublic final long packetsSentThe number of audio packets sent
- 
retransmittedPacketsSentpublic final long retransmittedPacketsSentThe number of audio packets retransmitted
- 
bytesSentpublic final long bytesSentThe total number of audio bytes sent, and it includes retransmissions
- 
headerBytesSentpublic final long headerBytesSentThe number of RTP header bytes sent
- 
retransmittedBytesSentpublic final long retransmittedBytesSentThe number of retransmitted bytes
- 
totalPacketSendDelaypublic final long totalPacketSendDelayThe total number of seconds that packets have bufferered locally
- 
mimeMime type
 
-