Class SubscriberKit.SubscriberAudioStats

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int audioBytesReceived
      The total number of audio bytes received by the subscriber.
      int audioPacketsLost
      The total number of audio packets lost by the subscriber.
      int audioPacketsReceived
      The total number of audio packets lost by the subscriber.
      double timeStamp
      The timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • audioPacketsLost

        public int audioPacketsLost
        The total number of audio packets lost by the subscriber.
      • audioPacketsReceived

        public int audioPacketsReceived
        The total number of audio packets lost by the subscriber.
      • audioBytesReceived

        public int audioBytesReceived
        The total number of audio bytes received by the subscriber.
      • timeStamp

        public double timeStamp
        The timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.