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 Summary
Fields Modifier and Type Field Description long
bytesSent
The total number of audio bytes sent, and it includes retransmissionslong
headerBytesSent
The number of RTP header bytes sentjava.lang.String
mime
Mime typelong
nackCount
The NACK count received by SDK for sending audioQualityStats.NetworkQuality
networkQuality
The network quality associates with publishing local audiolong
packetsSent
The number of audio packets sentlong
retransmittedBytesSent
The number of retransmitted byteslong
retransmittedPacketsSent
The number of audio packets retransmittedlong
totalPacketSendDelay
The total number of seconds that packets have bufferered locally
-
-
-
Field Detail
-
networkQuality
public final QualityStats.NetworkQuality networkQuality
The network quality associates with publishing local audio
-
nackCount
public final long nackCount
The NACK count received by SDK for sending audio
-
packetsSent
public final long packetsSent
The number of audio packets sent
-
retransmittedPacketsSent
public final long retransmittedPacketsSent
The number of audio packets retransmitted
-
bytesSent
public final long bytesSent
The total number of audio bytes sent, and it includes retransmissions
-
headerBytesSent
public final long headerBytesSent
The number of RTP header bytes sent
-
retransmittedBytesSent
public final long retransmittedBytesSent
The number of retransmitted bytes
-
totalPacketSendDelay
public final long totalPacketSendDelay
The total number of seconds that packets have bufferered locally
-
mime
public final java.lang.String mime
Mime type
-
-