Class BaseTrackStats

java.lang.Object
com.twilio.video.BaseTrackStats
Direct Known Subclasses:
LocalTrackStats, RemoteTrackStats

public abstract class BaseTrackStats extends Object
  • Field Details

    • trackSid

      @NonNull public final String trackSid
      Track server identifier
    • packetsLost

      public final int packetsLost
      Total number of RTP packets lost for this SSRC since the beginning of the reception
    • codec

      @NonNull public final String codec
      Name of codec used for this track
    • ssrc

      @NonNull public final String ssrc
      The SSRC identifier of the source
    • timestamp

      public final double timestamp
      Unix timestamp in milliseconds