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, trackSid
Modifier | Constructor and Description |
---|---|
protected |
LocalTrackStats(java.lang.String trackSid,
int packetsLost,
java.lang.String codec,
java.lang.String ssrc,
double timestamp,
long bytesSent,
int packetsSent,
long roundTripTime) |
public final long bytesSent
public final int packetsSent
public final long roundTripTime
6.0.0