Class LocalTrackStats

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LocalTrackStats​(java.lang.String trackSid, int packetsLost, java.lang.String codec, java.lang.String ssrc, double timestamp, long bytesSent, int packetsSent, long roundTripTime)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • bytesSent

        public final long bytesSent
        Total number of bytes sent for this SSRC
      • packetsSent

        public final int packetsSent
        Total number of RTP packets sent for this SSRC
      • roundTripTime

        public final long roundTripTime
        Estimated round trip time for this SSRC based on the RTCP timestamps. Measured in milliseconds.
    • Constructor Detail

      • LocalTrackStats

        protected LocalTrackStats​(@NonNull
                                  java.lang.String trackSid,
                                  int packetsLost,
                                  @NonNull
                                  java.lang.String codec,
                                  @NonNull
                                  java.lang.String ssrc,
                                  double timestamp,
                                  long bytesSent,
                                  int packetsSent,
                                  long roundTripTime)