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.Deprecated.Use subscriber media link stats (SubscriberMediaLinkStats) instead for complete network metrics including remote publisher transport and network degradation source information.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. -
senderStats
Deprecated.Use subscriber media link stats (SubscriberMediaLinkStats) instead for complete network metrics including remote publisher transport and network degradation source information.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.
-