Package com.twilio.voice
Class LocalTrackStats
java.lang.Object
com.twilio.voice.BaseTrackStats
com.twilio.voice.LocalTrackStats
- Direct Known Subclasses:
LocalAudioTrackStats
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
Total number of bytes sent for this SSRCfinal int
Total number of RTP packets sent for this SSRCfinal long
Estimated round trip time for this SSRC based on the RTCP timestamps.Fields inherited from class com.twilio.voice.BaseTrackStats
codec, packetsLost, ssrc, timestamp, trackId
-
Constructor Summary
ModifierConstructorDescriptionprotected
LocalTrackStats
(String trackId, int packetsLost, String codec, String ssrc, double timestamp, long bytesSent, int packetsSent, long roundTripTime) -
Method Summary
-
Field Details
-
bytesSent
public final long bytesSentTotal number of bytes sent for this SSRC -
packetsSent
public final int packetsSentTotal number of RTP packets sent for this SSRC -
roundTripTime
public final long roundTripTimeEstimated round trip time for this SSRC based on the RTCP timestamps. Measured in milliseconds.
-
-
Constructor Details
-
LocalTrackStats
-