Package live.hms.video.connection.stats
Class HMSLocalAudioStats
-
- All Implemented Interfaces:
public final class HMSLocalAudioStats extends HMSStats.HMSLocalStats
-
-
Field Summary
Fields Modifier and Type Field Description private final Doublejitterprivate final DoubleroundTripTimeprivate final LongbytesSentprivate final Doublebitrateprivate final LongpacketLossprivate final LongpacketsSent
-
Method Summary
Modifier and Type Method Description final DoublegetJitter()final DoublegetRoundTripTime()final LonggetBytesSent()final DoublegetBitrate()final LonggetPacketLoss()final LonggetPacketsSent()-
-
Method Detail
-
getRoundTripTime
final Double getRoundTripTime()
-
getBytesSent
final Long getBytesSent()
-
getBitrate
final Double getBitrate()
-
getPacketLoss
final Long getPacketLoss()
-
getPacketsSent
final Long getPacketsSent()
-
-
-
-