OTVNetworkAnalytics
@interface OTVNetworkAnalytics : NSObject
The OTVNetworkAnalytics
class provides access to playback and network statistics.
note:
Not all values will be available immediately due to being accumulated over time
-
Network analytics related to adaptive streaming
Declaration
Objective-C
@property (nonatomic, strong, readonly) id<AdaptiveStreaming> _Nonnull adaptiveStreaming;
-
Network analytics related to network usage
Declaration
Objective-C
@property (nonatomic, strong, readonly) id<NetworkUsage> _Nonnull networkUsage;
-
Network analytics related to the content server
Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ContentServer> _Nonnull contentServer;