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 videoPacketsLost

Declared In

OTNetworkStatsKit.h

  videoPacketsReceived

The number of video packets received by this subscriber.

@property (readonly) uint64_t videoPacketsReceived

Declared In

OTNetworkStatsKit.h

  videoBytesReceived

The number of video bytes received by this subscriber.

@property (readonly) uint64_t videoBytesReceived

Declared In

OTNetworkStatsKit.h

  timestamp

The timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.

@property (readonly) double timestamp

Declared 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 *senderStats

Declared In

OTNetworkStatsKit.h