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