Package com.twilio.video
Class RemoteTrackStats
java.lang.Object
com.twilio.video.BaseTrackStats
com.twilio.video.RemoteTrackStats
- Direct Known Subclasses:
RemoteAudioTrackStats
,RemoteVideoTrackStats
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
Total number of bytes receivedfinal int
Total number of packets receivedFields inherited from class com.twilio.video.BaseTrackStats
codec, packetsLost, ssrc, timestamp, trackSid
-
Constructor Summary
ModifierConstructorDescriptionprotected
RemoteTrackStats
(String trackSid, int packetsLost, String codec, String ssrc, double timestamp, long bytesReceived, int packetsReceived) -
Method Summary
-
Field Details
-
bytesReceived
public final long bytesReceivedTotal number of bytes received -
packetsReceived
public final int packetsReceivedTotal number of packets received
-
-
Constructor Details
-
RemoteTrackStats
-