Class BaseTrackStats

    • Field Summary

      Fields 
      Modifier and Type Field 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • trackSid

        @NonNull
        public final java.lang.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 java.lang.String codec
        Name of codec used for this track
      • ssrc

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

        public final double timestamp
        Unix timestamp in milliseconds