Class Track.LocalTrack.LocalAudio
-
- All Implemented Interfaces:
public final class Track.LocalTrack.LocalAudio extends Track.LocalTrack
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTrack.LocalTrack.LocalAudio.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Doublejitterprivate final DoubleroundTripTimeprivate final BigIntegerbytesTransportedprivate final DoubleremoteTimestampprivate final StringtrackIdentifierprivate final LongpacketsSentprivate final Longssrcprivate LongpacketLosspublic final static Track.LocalTrack.LocalAudio.CompanionCompanion
-
Method Summary
Modifier and Type Method Description DoublegetJitter()final DoublegetRoundTripTime()BigIntegergetBytesTransported()DoublegetRemoteTimestamp()StringgetTrackIdentifier()final LonggetPacketsSent()LonggetSsrc()-
-
Method Detail
-
getRoundTripTime
final Double getRoundTripTime()
-
getBytesTransported
BigInteger getBytesTransported()
-
getRemoteTimestamp
Double getRemoteTimestamp()
-
getTrackIdentifier
String getTrackIdentifier()
-
getPacketsSent
final Long getPacketsSent()
-
-
-
-