13 #import <Foundation/Foundation.h> 14 #import "OOOoyalaPlayer.h" 15 #import "OOLifeCycle.h" 16 #import "OOSeekInfo.h" 18 @protocol OOAnalyticsPluginProtocol <NSObject>
23 - (void)onCurrentItemAboutToPlay:(
OOVideo *)video;
28 - (void)reportPlayStarted;
33 - (void)reportPlayPaused;
38 - (void)reportPlayResumed;
43 - (void)reportPlayCompleted;
48 - (void)reportPlayerLoad;
53 - (void)reportPlayheadUpdate:(Float64)playheadTime;
63 - (void)reportPlayRequested;
67 - (void)reportSeekStarted:(
OOSeekInfo *)seekInfo;
Definition: OOSeekInfo.h:11
this class implements video stream object
Definition: OOVideo.h:22