Class Track
-
- All Implemented Interfaces:
public class Track extends WebrtcStats
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classTrack.LocalTrack
-
Field Summary
Fields Modifier and Type Field Description private final BigIntegerbytesTransportedprivate final StringtrackIdentifierprivate final DoubleremoteTimestamp
-
Method Summary
Modifier and Type Method Description abstract BigIntegergetBytesTransported()abstract StringgetTrackIdentifier()abstract DoublegetRemoteTimestamp()-
-
Method Detail
-
getBytesTransported
abstract BigInteger getBytesTransported()
-
getTrackIdentifier
abstract String getTrackIdentifier()
-
getRemoteTimestamp
abstract Double getRemoteTimestamp()
-
-
-
-