Package com.twilio.video
Class BaseTrackStats
java.lang.Object
com.twilio.video.BaseTrackStats
- Direct Known Subclasses:
LocalTrackStats
,RemoteTrackStats
-
Field Summary
Modifier and TypeFieldDescriptionfinal String
Name of codec used for this trackfinal int
Total number of RTP packets lost for this SSRC since the beginning of the receptionfinal String
The SSRC identifier of the sourcefinal double
Unix timestamp in millisecondsfinal String
Track server identifier -
Method Summary
-
Field Details
-
trackSid
Track server identifier -
packetsLost
public final int packetsLostTotal number of RTP packets lost for this SSRC since the beginning of the reception -
codec
Name of codec used for this track -
ssrc
The SSRC identifier of the source -
timestamp
public final double timestampUnix timestamp in milliseconds
-