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 TypeFieldDescriptionSender-side network estimation stats.doubleThe timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.intThe total number of video bytes received by the subscriber.intThe total number of video packets lost by the subscriber.intThe 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. -
senderStats
Sender-side network estimation stats. This may be null if stats are not available. Due to network latency, sender statistics may not be immediately available after the initial stats request.
-