public static class SubscriberKit.SubscriberAudioStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
audioBytesReceived
The total number of audio bytes received by the subscriber.
|
int |
audioPacketsLost
The total number of audio packets lost by the subscriber.
|
int |
audioPacketsReceived
The total number of audio packets lost by the subscriber.
|
double |
timeStamp
The timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.
|
public int audioPacketsLost
public int audioPacketsReceived
public int audioBytesReceived
public double timeStamp