Package com.opentok.android
Class SubscriberKit.SubscriberAudioStats
- java.lang.Object
-
- com.opentok.android.SubscriberKit.SubscriberAudioStats
-
- Enclosing class:
- SubscriberKit
public static class SubscriberKit.SubscriberAudioStats extends java.lang.Object
Defines audio statistics for a subscriber.
-
-
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.
-
-
-
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.
-
-