public static class SubscriberKit.SubscriberVideoStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
timeStamp
The timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.
|
int |
videoBytesReceived
The total number of video bytes received by the subscriber.
|
int |
videoPacketsLost
The total number of video packets lost by the subscriber.
|
int |
videoPacketsReceived
The total number of video packets received by the subscriber.
|
Constructor and Description |
---|
SubscriberVideoStats() |
public int videoPacketsLost
public int videoPacketsReceived
public int videoBytesReceived
public double timeStamp