9 #import <Foundation/Foundation.h> 10 #import <UIKit/UIKit.h> 12 #import "OOOoyalaError.h" 13 #import "OOPlayerProtocol.h" 14 #import "OOLifeCycle.h" 15 #import "OOAudioTrackSelectionProtocol.h" 16 #import "OOPlaybackSpeedSelectionProtocol.h" 33 @property (nonatomic, readonly) UIView *
view;
44 - (void)setState:(OOOoyalaPlayerState)state;
CMTimeRange seekableTimeRange()
BOOL completed
Definition: OOPlayer.h:25
BOOL supportsVideoGravityButton
Definition: OOPlayer.h:26
NSString *const PlayerErrorNotification
Definition: OOPlayer.h:29
BOOL isAudioOnlyStreamPlaying()
Float64 playheadTime()
Get the current playhead time.
Handle events around the lifecycle of the OOOoyalaPlayer.
Definition: OOLifeCycle.h:10
OOOoyalaError * playerError
KVO compatible playhead time.
Definition: OOPlayer.h:23
Represents an error in the Ooyala SDK.
Definition: OOOoyalaError.h:56
UIView * view
Definition: OOPlayer.h:24
OOPlayer.
Definition: OOPlayer.h:21
Definition: OOPlayerProtocol.h:17