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.ObjectDefines video statistics for a subscriber. 
- 
- 
Field Summary
Fields Modifier and Type Field Description doubletimeStampThe timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.intvideoBytesReceivedThe total number of video bytes received by the subscriber.intvideoPacketsLostThe total number of video packets lost by the subscriber.intvideoPacketsReceivedThe 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. 
 - 
 
 -