Package com.opentok.android
Class PublisherKit.PublisherVideoStats
- java.lang.Object
- 
- com.opentok.android.PublisherKit.PublisherVideoStats
 
- 
- Enclosing class:
- PublisherKit
 
 public static class PublisherKit.PublisherVideoStats extends java.lang.ObjectDefines video statistics for a publisher.
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.StringconnectionIdThe connection ID of the client subscribing to the stream.doublestartTimeThe timestamp, in milliseconds since the Unix epoch, from which the cumulative totals started accumulating.java.lang.StringsubscriberIdThe subscriber ID of the client subscribing to the stream (in a relayed session).doubletimeStampThe timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.longvideoBytesSentThe total number of video bytes bytes sent to the subscriber (or to the OpenTok Media Router).longvideoPacketsLostThe total number of video packets packets that did not reach the subscriber (or the OpenTok Media Router).longvideoPacketsSentThe total number of video packets sent sent to the subscriber (or to the OpenTok Media Router).
 
- 
- 
- 
Field Detail- 
connectionIdpublic java.lang.String connectionId The connection ID of the client subscribing to the stream.
 - 
subscriberIdpublic java.lang.String subscriberId The subscriber ID of the client subscribing to the stream (in a relayed session). In a routed session, this is set to an empty string.
 - 
videoPacketsLostpublic long videoPacketsLost The total number of video packets packets that did not reach the subscriber (or the OpenTok Media Router).
 - 
videoPacketsSentpublic long videoPacketsSent The total number of video packets sent sent to the subscriber (or to the OpenTok Media Router).
 - 
videoBytesSentpublic long videoBytesSent The total number of video bytes bytes sent to the subscriber (or to the OpenTok Media Router).
 - 
timeStamppublic double timeStamp The timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.
 - 
startTimepublic double startTime The timestamp, in milliseconds since the Unix epoch, from which the cumulative totals started accumulating.
 
- 
 
-