#import <OOAnalyticsPluginProtocol.h>
- (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: