public abstract class LocalTrackStats extends BaseTrackStats
Modifier and Type | Field and Description |
---|---|
long |
bytesSent
Total number of bytes sent for this SSRC
|
int |
packetsSent
Total number of RTP packets sent for this SSRC
|
long |
roundTripTime
Estimated round trip time for this SSRC based on the RTCP timestamps.
|
codec, packetsLost, ssrc, timestamp, trackId
Modifier | Constructor and Description |
---|---|
protected |
LocalTrackStats(String trackId,
int packetsLost,
String codec,
String ssrc,
double timestamp,
long bytesSent,
int packetsSent,
long roundTripTime) |
public final long bytesSent
public final int packetsSent
public final long roundTripTime
5.2.0