Package com.opentok.android
Class SubscriberKit.SubscriberVideoStats
java.lang.Object
com.opentok.android.SubscriberKit.SubscriberVideoStats
- Enclosing class:
SubscriberKit
Defines video statistics for a subscriber.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble
The timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.int
The total number of video bytes received by the subscriber.int
The total number of video packets lost by the subscriber.int
The total number of video packets received by the subscriber. -
Method Summary
-
Field Details
-
videoPacketsLost
public int videoPacketsLostThe total number of video packets lost by the subscriber. -
videoPacketsReceived
public int videoPacketsReceivedThe total number of video packets received by the subscriber. -
videoBytesReceived
public int videoBytesReceivedThe total number of video bytes received by the subscriber. -
timeStamp
public double timeStampThe timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.
-