Class RemoteTrackStats

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RemoteTrackStats​(java.lang.String trackSid, int packetsLost, java.lang.String codec, java.lang.String ssrc, double timestamp, long bytesReceived, int packetsReceived)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • bytesReceived

        public final long bytesReceived
        Total number of bytes received
      • packetsReceived

        public final int packetsReceived
        Total number of packets received
    • Constructor Detail

      • RemoteTrackStats

        protected RemoteTrackStats​(@NonNull
                                   java.lang.String trackSid,
                                   int packetsLost,
                                   @NonNull
                                   java.lang.String codec,
                                   @NonNull
                                   java.lang.String ssrc,
                                   double timestamp,
                                   long bytesReceived,
                                   int packetsReceived)