Analytics

  • An instance of a player event

    See more

    Declaration

    Swift

    public class OTVEvent : NSObject
  • A timeline of events generated by the SDK

    See more

    Declaration

    Swift

    public class OTVEventTimeline : NSObject
  • Analyzer for OTVEventTimeline to report startup/zapping time.

    Note

    If you are playing back two streams at the same time the results from this class are undefined.
    See more

    Declaration

    Swift

    public class OTVEventTimelineAnalyzer : 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
    See more

    Declaration

    Swift

    public class OTVNetworkAnalytics : NSObject
  • Network analytics related to adaptive streaming

    See more

    Declaration

    Swift

    @objc
    public protocol AdaptiveStreaming
  • Network analytics related to the content server

    See more

    Declaration

    Swift

    @objc
    public protocol ContentServer
  • Network analytics related to network usage

    See more

    Declaration

    Swift

    @objc
    public protocol NetworkUsage
  • The OTVPlaybackAnalytics class provides access to playback and playback statistics.

    See more

    Declaration

    Swift

    public class OTVPlaybackAnalytics : NSObject
  • Playback analytics related to the player

    See more

    Declaration

    Swift

    @objc
    public protocol Player