public abstract class BaseTrackStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.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
|
java.lang.String |
ssrc
The SSRC identifier of the source
|
double |
timestamp
Unix timestamp in milliseconds
|
java.lang.String |
trackSid
Track server identifier
|
@NonNull public final java.lang.String trackSid
public final int packetsLost
@NonNull public final java.lang.String codec
@NonNull public final java.lang.String ssrc
public final double timestamp
6.0.0