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 TypeFieldDescriptionint
The total number of audio bytes received by the subscriber.int
The total number of audio packets lost by the subscriber.int
The total number of audio packets lost by the subscriber.double
The 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.
-