8 #import <UIKit/UIKit.h> 13 #ifndef OOStreamPlayer_h 14 #define OOStreamPlayer_h 17 @protocol OOPlayerInfo;
24 @property (nonatomic, readonly) OOSeekStyle
seekStyle;
25 @property (readonly, nonatomic, getter=isPiPActivated) BOOL
pipActivated;
28 + (void)setDefaultPlayerInfo:(
id<OOPlayerInfo>)playerInfo;
38 - (void)seekToTime:(Float64)time completion:(
void (^)(
void))onCompletion;
BOOL pipActivated
Definition: OOStreamPlayer.h:25
void disablePlaylistClosedCaptions()
Disables the CC in the HLS Playlist.
id< OOPlayerInfo > playerInfo()
id< OOPlayerInfo > defaultPlayerInfo()
The OoyalaPlayer is the heart of the playback system.
Definition: OOOoyalaPlayerFacade.h:58
OOSeekStyle _seekStyle
Definition: OOStreamPlayer.h:21
void togglePictureInPictureMode()
toggle picture in picture mode
OOPlayer.
Definition: OOPlayer.h:21
OOSeekStyle seekStyle
Definition: OOStreamPlayer.h:24
Definition: OOStreamPlayer.h:19