#import <OOPlayerProtocol.h>
Get the current item's buffer. 
- Returns
 - buffer as CMTimeRange 
 
 
 
      
        
          | - (void) disablePlaylistClosedCaptions  | 
           | 
           | 
           | 
        
      
 
 
Get the current item's duration. 
- Returns
 - duration as CMTime 
 
 
 
      
        
          | - (BOOL) hasCustomControls  | 
           | 
           | 
           | 
        
      
 
- Returns
 - YES if the player will put its own controls on-screen; NO if the player wants the Ooyala controls to be used instead. 
 
 
 
This is called when pause is clicked. 
 
 
This is called when play is clicked. 
 
 
Get the current playhead time. 
- Returns
 - the current playhead time as CMTime 
 
 
 
- Returns
 - current frame of playing asset 
 
 
 
      
        
          | - (void) seekToTime:  | 
           | 
          (Float64)  | 
          time | 
           | 
        
      
 
Set the current playhead time of the player. 
- Parameters
 - 
  
    | [in] | time | CMTime to set the playhead time to  | 
  
   
 
 
      
        
          | - (void) setClosedCaptionsLanguage:  | 
           | 
          (NSString *)  | 
          language | 
           | 
        
      
 
 
      
        
          | - (void) setVideoGravity:  | 
           | 
          (OOOoyalaPlayerVideoGravity)  | 
          gravity | 
           | 
        
      
 
 
This is called when stop is clicked. 
 
 
  
  
      
        
          | - (BOOL) allowsExternalPlayback | 
         
       
   | 
  
readwritenonatomicassign   | 
  
 
 
  
  
      
        
          | - (BOOL) externalPlaybackActive | 
         
       
   | 
  
readnonatomicassign   | 
  
 
 
  
  
      
        
          | - (BOOL) liveClosedCaptionsAvailable | 
         
       
   | 
  
readnonatomicassign   | 
  
 
 
  
  
      
        
          | - (CMTimeRange) seekableTimeRange | 
         
       
   | 
  
readnonatomicassign   | 
  
 
 
  
  
      
        
          | - (OOOoyalaPlayerState) state | 
         
       
   | 
  
readnonatomicassign   | 
  
 
This returns the player state. 
- Returns
 - the state 
 
 
 
  
  
      
        
          | - (BOOL) supportsVideoGravityButton | 
         
       
   | 
  
readnonatomicassign   | 
  
 
 
  
  
      
        
          | - (BOOL) usesExternalPlaybackWhileExternalScreenIsActive | 
         
       
   | 
  
readwritenonatomicassign   | 
  
 
 
The documentation for this protocol was generated from the following file: