Package com.opentok.android
Class SubscriberKit.SubscriberAudioStats
java.lang.Object
com.opentok.android.SubscriberKit.SubscriberAudioStats
- Enclosing class:
SubscriberKit
Defines audio statistics for a subscriber.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe total number of audio bytes received by the subscriber.intThe total number of audio packets lost by the subscriber.intThe total number of audio packets lost by the subscriber.doubleThe timestamp, in milliseconds since the Unix epoch, for when these stats were gathered. -
Method Summary
-
Field Details
-
audioPacketsLost
public int audioPacketsLostThe total number of audio packets lost by the subscriber. -
audioPacketsReceived
public int audioPacketsReceivedThe total number of audio packets lost by the subscriber. -
audioBytesReceived
public int audioBytesReceivedThe total number of audio bytes received by the subscriber. -
timeStamp
public double timeStampThe timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.
-