OOTVGestureManager Class Reference

#import <OOTVGestureManager.h>

+ Inheritance diagram for OOTVGestureManager:

Instance Methods

(instancetype) - initWithController:
 
(void) - addGestures
 
(void) - removeGestures
 
(BOOL) - gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer: [implementation]
 
(BOOL) - gestureRecognizer:shouldRequireFailureOfGestureRecognizer: [implementation]
 
(BOOL) - gestureRecognizer:shouldBeRequiredToFailByGestureRecognizer: [implementation]
 
(void) - seek: [implementation]
 
(void) - togglePlay: [implementation]
 
(void) - closedCaptionsSelector: [implementation]
 
(void) - onSwipe: [implementation]
 
(void) - notifyObserversWhatPanGestureStateChangedWithPanGestureRecognizer: [implementation]
 

Properties

double playheadTime
 
double durationTime
 
OOOoyalaTVPlayerViewControllercontroller [implementation]
 
CGPoint lastPanPoint [implementation]
 
Float64 lastPlayhead [implementation]
 
UITapGestureRecognizer * tapForwardGesture [implementation]
 
UITapGestureRecognizer * tapBackwardGesture [implementation]
 
UITapGestureRecognizer * tapPlayPauseGesture [implementation]
 
UIPanGestureRecognizer * panGesture [implementation]
 
UITapGestureRecognizer * tapUpGesture [implementation]
 

Method Documentation

- (void) addGestures
- (void) closedCaptionsSelector: (UITapGestureRecognizer *)  sender
implementation
- (BOOL) gestureRecognizer: (UIGestureRecognizer *)  gestureRecognizer
shouldBeRequiredToFailByGestureRecognizer: (UIGestureRecognizer *)  otherGestureRecognizer 
implementation
- (BOOL) gestureRecognizer: (UIGestureRecognizer *)  gestureRecognizer
shouldRecognizeSimultaneouslyWithGestureRecognizer: (UIGestureRecognizer *)  otherGestureRecognizer 
implementation
- (BOOL) gestureRecognizer: (UIGestureRecognizer *)  gestureRecognizer
shouldRequireFailureOfGestureRecognizer: (UIGestureRecognizer *)  otherGestureRecognizer 
implementation
- (instancetype) initWithController: (OOOoyalaTVPlayerViewController *)  controller
- (void) notifyObserversWhatPanGestureStateChangedWithPanGestureRecognizer: (UIPanGestureRecognizer *)  panRecognizer
implementation
- (void) onSwipe: (id)  sender
implementation
- (void) removeGestures
- (void) seek: (UITapGestureRecognizer *)  sender
implementation
- (void) togglePlay: (id)  sender
implementation

Property Documentation

- (OOOoyalaTVPlayerViewController*) controller
readwritenonatomicweakimplementation
- (double) durationTime
readwritenonatomicassign
- (CGPoint) lastPanPoint
readwritenonatomicassignimplementation
- (Float64) lastPlayhead
readwritenonatomicassignimplementation
- (UIPanGestureRecognizer*) panGesture
readwritenonatomicassignimplementation
- (double) playheadTime
readwritenonatomicassign
- (UITapGestureRecognizer*) tapBackwardGesture
readwritenonatomicassignimplementation
- (UITapGestureRecognizer*) tapForwardGesture
readwritenonatomicassignimplementation
- (UITapGestureRecognizer*) tapPlayPauseGesture
readwritenonatomicassignimplementation
- (UITapGestureRecognizer*) tapUpGesture
readwritenonatomicassignimplementation

The documentation for this class was generated from the following files: