public static class PublisherKit.PublisherVideoStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
connectionId
The connection ID of the client subscribing to the stream.
|
double |
startTime
The timestamp, in milliseconds since the Unix epoch, from which
the cumulative totals started accumulating.
|
java.lang.String |
subscriberId
The subscriber ID of the client subscribing to the stream
(in a relayed session).
|
double |
timeStamp
The timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.
|
long |
videoBytesSent
The total number of video bytes bytes sent to the subscriber
(or to the OpenTok Media Router).
|
long |
videoPacketsLost
The total number of video packets packets that did not reach
the subscriber (or the OpenTok Media Router).
|
long |
videoPacketsSent
The total number of video packets sent sent to the subscriber
(or to the OpenTok Media Router).
|
public java.lang.String connectionId
public java.lang.String subscriberId
public long videoPacketsLost
public long videoPacketsSent
public long videoBytesSent
public double timeStamp
public double startTime