<OOAnalyticsPluginProtocol > Protocol Reference

#import <OOAnalyticsPluginProtocol.h>

+ Inheritance diagram for <OOAnalyticsPluginProtocol >:

Instance Methods

(void) - onCurrentItemAboutToPlay:
 This is called when content is about to play. More...
 
(void) - reportPlayStarted
 Called during the first time video starts playing back after the video is changed. More...
 
(void) - reportPlayPaused
 Called when video content is paused. More...
 
(void) - reportPlayResumed
 Called when video content is resumed from paused state;. More...
 
(void) - reportPlayCompleted
 Called when video playback is completed. More...
 
(void) - reportPlayerLoad
 Called when the Plugin is registered, effectively reporting when the player is loaded. More...
 
(void) - reportPlayheadUpdate:
 Called whenever the Player reports a playhead change. More...
 
(void) - reportReplay
 Called during the first time video starts playing back after a video was Completed. More...
 
(void) - reportPlayRequested
 Called whenever the user or application calls OoyalaPlayer.play() More...
 
(void) - reportSeekStarted:
 Called whenever the user seeks the video. More...
 

Method Documentation

- (void OOAnalyticsPluginProtocol) onCurrentItemAboutToPlay: (OOVideo *)  video

This is called when content is about to play.

- (void OOAnalyticsPluginProtocol) reportPlayCompleted

Called when video playback is completed.

- (void OOAnalyticsPluginProtocol) reportPlayerLoad

Called when the Plugin is registered, effectively reporting when the player is loaded.

- (void OOAnalyticsPluginProtocol) reportPlayheadUpdate: (Float64)  playheadTime

Called whenever the Player reports a playhead change.

- (void OOAnalyticsPluginProtocol) reportPlayPaused

Called when video content is paused.

- (void OOAnalyticsPluginProtocol) reportPlayRequested

Called whenever the user or application calls OoyalaPlayer.play()

- (void OOAnalyticsPluginProtocol) reportPlayResumed

Called when video content is resumed from paused state;.

- (void OOAnalyticsPluginProtocol) reportPlayStarted

Called during the first time video starts playing back after the video is changed.

- (void OOAnalyticsPluginProtocol) reportReplay

Called during the first time video starts playing back after a video was Completed.

- (void OOAnalyticsPluginProtocol) reportSeekStarted: (OOSeekInfo *)  seekInfo

Called whenever the user seeks the video.


The documentation for this protocol was generated from the following file: