Class Track.LocalTrack
-
- All Implemented Interfaces:
public abstract class Track.LocalTrack extends Track
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTrack.LocalTrack.LocalAudiopublic final classTrack.LocalTrack.LocalVideo
-
Field Summary
Fields Modifier and Type Field Description private final Longssrcprivate final Doublejitterprivate LongpacketLossprivate final BigIntegerbytesTransportedprivate final StringtrackIdentifierprivate final DoubleremoteTimestamp
-
Constructor Summary
Constructors Constructor Description Track.LocalTrack()
-
Method Summary
Modifier and Type Method Description abstract LonggetSsrc()abstract DoublegetJitter()LonggetPacketLoss()UnitsetPacketLoss(Long packetLoss)-
-
Method Detail
-
getPacketLoss
Long getPacketLoss()
-
setPacketLoss
Unit setPacketLoss(Long packetLoss)
-
-
-
-