Defines a video statistics object for the Stats property of a VideoNetworkStatsEventArgs object. More...
| Public Attributes | |
| string | ConnectionId |
| The connection ID of the subscribing client (in a routed session). | |
| string | SubscriberId |
| The ID of the subscribing client's subscriber to the stream (in a relayed session). More... |
| Properties | |
| Int64 | PacketsLost [get] |
| The total number of video packets lost by the publisher. | |
| Int64 | PacketsSent [get] |
| The total number of video packets sent by the publisher. | |
| Int64 | BytesSent [get] |
| The total number of video bytes sent by the publisher. | |
| Double | Timestamp [get] |
| The timestamp for when these stats were gathered. | |
| Double | StartTime [get] |
| The timestamp from which the cumulative totals started accumulating. | |
| List< VideoLayerStats > | VideoLayers = new List<VideoLayerStats>() [get] |
| Per-layer video statistics, if available. | |
| TransportStats | Transport [get] |
| Transport/network statistics for the connection. |
Detailed Description
Defines a video statistics object for the Stats property of a VideoNetworkStatsEventArgs object.
Member Data Documentation
SubscriberId
| string OpenTok.Publisher.VideoNetworkStats.SubscriberId |
The ID of the subscribing client's subscriber to the stream (in a relayed session).
In a routed session, this is an empty string.