public abstract class BaseTrackStats extends Object
Modifier and Type | Field and Description |
---|---|
String |
codec
Name of codec used for this track
|
int |
packetsLost
Total number of RTP packets lost for this SSRC since
the beginning of the reception.
|
String |
ssrc
The SSRC identifier of the source
|
double |
timestamp
Unix timestamp in milliseconds
|
String |
trackId
Track identifier
|
Modifier | Constructor and Description |
---|---|
protected |
BaseTrackStats(String trackId,
int packetsLost,
String codec,
String ssrc,
double timestamp) |
public final String trackId
public final int packetsLost
public final String codec
public final String ssrc
public final double timestamp