Class SubscriberKit.SubscriberVideoStats

    • Field Summary

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

      • Methods inherited from class java.lang.Object

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

      • videoPacketsLost

        public int videoPacketsLost
        The total number of video packets lost by the subscriber.
      • videoPacketsReceived

        public int videoPacketsReceived
        The total number of video packets received by the subscriber.
      • videoBytesReceived

        public int videoBytesReceived
        The total number of video bytes received by the subscriber.
      • timeStamp

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