public abstract class RemoteTrackStats extends BaseTrackStats
Modifier and Type | Field and Description |
---|---|
long |
bytesReceived
Total number of bytes receive
|
int |
packetsReceived
Total number of packets received
|
codec, packetsLost, ssrc, timestamp, trackId
Modifier | Constructor and Description |
---|---|
protected |
RemoteTrackStats(String trackId,
int packetsLost,
String codec,
String ssrc,
double timestamp,
long bytesReceived,
int packetsReceived) |
5.2.0