Package com.twilio.video
Class RemoteTrackStats
- java.lang.Object
-
- com.twilio.video.BaseTrackStats
-
- com.twilio.video.RemoteTrackStats
-
- Direct Known Subclasses:
RemoteAudioTrackStats
,RemoteVideoTrackStats
public abstract class RemoteTrackStats extends BaseTrackStats
-
-
Field Summary
Fields Modifier and Type Field Description long
bytesReceived
Total number of bytes receivedint
packetsReceived
Total number of packets received-
Fields inherited from class com.twilio.video.BaseTrackStats
codec, packetsLost, ssrc, timestamp, trackSid
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RemoteTrackStats(java.lang.String trackSid, int packetsLost, java.lang.String codec, java.lang.String ssrc, double timestamp, long bytesReceived, int packetsReceived)
-