OTSubscriberKitAudioNetworkStats Class Reference

Inherits from NSObject
Declared in OTNetworkStatsKit.h

Overview

Describes audio statistics for a subscriber. See [OTSubscriberKit setNetworkStatsDelegate:].

  audioPacketsLost

The estimated number of audio packets lost by this subscriber.

@property (readonly) uint64_t audioPacketsLost

Declared In

OTNetworkStatsKit.h

  audioPacketsReceived

The number of audio packets received by this subscriber.

@property (readonly) uint64_t audioPacketsReceived

Declared In

OTNetworkStatsKit.h

  audioBytesReceived

The number of audio bytes received by this subscriber.

@property (readonly) uint64_t audioBytesReceived

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. (Deprecated: Use subscriber media link stats (OTSubscriberKitMediaLinkStats) instead for complete network metrics including remote publisher transport and network degradation source information.)

@property (readonly, nullable) OTSenderStats *senderStats

Declared In

OTNetworkStatsKit.h