Class SubscriberKit.SubscriberAudioStats

java.lang.Object
com.opentok.android.SubscriberKit.SubscriberAudioStats
Enclosing class:
SubscriberKit

public static class SubscriberKit.SubscriberAudioStats extends Object
Defines audio statistics for a subscriber.
See Also:
  • Field Details

    • 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.