OOSkinPlayerObserver.h
1 
9 #import <Foundation/Foundation.h>
10 
11 @class OOReactSkinModel;
12 @class OOOoyalaPlayer;
13 
14 @interface OOSkinPlayerObserver : NSObject
15 
16 - (instancetype)init __attribute__((unavailable("init not available")));
17 - (instancetype)initWithPlayer:(OOOoyalaPlayer *)player
18  ooReactSkinModel:(OOReactSkinModel *)ooReactSkinModel;
19 
20 - (void)bridgeCurrentItemChangedNotification:(NSNotification *)notification;
21 - (void)bridgeErrorNotification:(NSNotification *)notification;
22 - (void)bridgeStateChangedNotification:(NSNotification *)notification;
23 - (void)bridgeDesiredStateChangedNotification:(NSNotification *)notification;
24 - (void)bridgeCCManifestChangedNotification:(NSNotification *)notification;
25 
26 @end
OOSkinPlayerObserver.
Definition: OOSkinPlayerObserver.h:14
Definition: OOReactSkinModel.h:18
(unavailable("init not available" __attribute__()
The OoyalaPlayer is the heart of the playback system.
Definition: OOOoyalaPlayerFacade.h:58