Package com.amazonaws.ivs.broadcast
Class LocalAudioStats
java.lang.Object
com.amazonaws.ivs.broadcast.LocalAudioStats
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
The total number of audio bytes sent, and it includes retransmissionsfinal long
The number of RTP header bytes sentfinal String
Mime typefinal long
The NACK count received by SDK for sending audioThe network quality associates with publishing local audiofinal long
The number of audio packets sentfinal long
The number of retransmitted bytesfinal long
The number of audio packets retransmittedfinal long
The total number of seconds that packets have bufferered locally -
Method Summary
-
Field Details
-
networkQuality
The network quality associates with publishing local audio -
nackCount
public final long nackCountThe NACK count received by SDK for sending audio -
packetsSent
public final long packetsSentThe number of audio packets sent -
retransmittedPacketsSent
public final long retransmittedPacketsSentThe number of audio packets retransmitted -
bytesSent
public final long bytesSentThe total number of audio bytes sent, and it includes retransmissions -
headerBytesSent
public final long headerBytesSentThe number of RTP header bytes sent -
retransmittedBytesSent
public final long retransmittedBytesSentThe number of retransmitted bytes -
totalPacketSendDelay
public final long totalPacketSendDelayThe total number of seconds that packets have bufferered locally -
mime
Mime type
-