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