9 #import "OOOoyalaPlayer.h"    11 #ifndef OOOoyalaPlayer_Playback_h    12 #define OOOoyalaPlayer_Playback_h    16 @property (readonly, nonatomic, getter=isPiPActivated) BOOL pipActivated;
    17 @property (readonly, nonatomic, getter=isAudioOnly) BOOL audioOnly;
    35 - (BOOL) isAuthTokenExpired;
    40 - (CMTimeRange) seekableTimeRange;
    52 - (BOOL)isShowingAdWithCustomControls;
    58 - (Float64)playheadTime;
    70 - (Float64)bufferedTime;
    82 - (NSSet *)getCuePointsAtSecondsForCurrentPlayer; 
    88 - (void)togglePictureInPictureMode;
    94 - (void)setPlayheadTime:(Float64) time;
   100 - (void)seek:(Float64)time;
   102 - (void)seekCompleted;
   117 - (void)playWithInitialTime:(Float64)time;
 Definition: OOOoyalaPlayer+Playback.h:14