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