OTSubscriberKitVideoNetworkStats Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | OTNetworkStatsKit.h |
Overview
Describes video statistics for a subscriber. See [OTSubscriberKit setNetworkStatsDelegate:].
videoPacketsLost
The estimated number of video packets lost by this subscriber.
@property (readonly) uint64_t videoPacketsLostDeclared In
OTNetworkStatsKit.h
videoPacketsReceived
The number of video packets received by this subscriber.
@property (readonly) uint64_t videoPacketsReceivedDeclared In
OTNetworkStatsKit.h
videoBytesReceived
The number of video bytes received by this subscriber.
@property (readonly) uint64_t videoBytesReceivedDeclared In
OTNetworkStatsKit.h
timestamp
The timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.
@property (readonly) double timestampDeclared In
OTNetworkStatsKit.h
senderStats
Sender-side network estimation stats. This property is optional and may be nil if data is not available. Due to network latency, sender statistics may not be immediately available after the initial stats request.
@property (readonly, nullable) OTSenderStats *senderStatsDeclared In
OTNetworkStatsKit.h