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
      java.lang.String ssrc
      Unique name of synchronization source
      double timestamp
      Unix timestamp in milliseconds
      java.lang.String trackId
      WebRTC Track identifier
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • trackId

        @NonNull
        public final java.lang.String trackId
        WebRTC Track identifier
      • packetsLost

        public final int packetsLost
        Total number of RTP packets lost
      • codec

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

        @NonNull
        public final java.lang.String ssrc
        Unique name of synchronization source
      • timestamp

        public final double timestamp
        Unix timestamp in milliseconds