]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPFullScreenVideoViewController.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / MediaPlayer / MPFullScreenVideoViewController.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <MediaPlayer/MPVideoViewController.h>
8
9 @class InactivityMonitor, MPFullScreenVideoOverlay;
10
11 @interface MPFullScreenVideoViewController : MPVideoViewController
12 {
13 InactivityMonitor *_inactivityMonitor;
14 MPFullScreenVideoOverlay *_overlayView;
15 unsigned int _requestExitAfterHidingControls:1;
16 unsigned int _rotateAfterHidingControls:1;
17 unsigned int _showControlsAfterRotate:1;
18 unsigned int _needsInactivityMonitorCreation:1;
19 unsigned int _autoHidingForItemChange:1;
20 }
21
22 - (id)init;
23 - (void)dealloc;
24 - (BOOL)canDisplayItem:(id)fp8 withOrientation:(int)fp12;
25 - (id)createAlternateTracksTransition;
26 - (id)createChapterFlipTransition;
27 - (void)displayVideoViewOnScreen;
28 - (void)loadView;
29 - (void)handleScaleModeChange;
30 - (void)noteIgnoredChangeTypes:(unsigned int)fp8;
31 - (void)removeChildViewController:(id)fp8;
32 - (void)setItem:(id)fp8;
33 - (void)setControlsOverlayVisible:(BOOL)fp8 animate:(BOOL)fp12;
34 - (void)setOrientation:(int)fp8 animate:(BOOL)fp12;
35 - (void)setDesiredParts:(unsigned int)fp8 animate:(BOOL)fp12;
36 - (void)setDisabledParts:(unsigned int)fp8;
37 - (void)setTVOutEnabled:(BOOL)fp8;
38 - (void)setVisibleParts:(unsigned int)fp8 animate:(BOOL)fp12;
39 - (void)startTicking;
40 - (void)stopTicking;
41 - (void)viewDidAppear:(BOOL)fp8;
42 - (void)viewDidDisappear:(BOOL)fp8;
43 - (void)viewWillDisappear:(BOOL)fp8;
44 - (void)showChaptersController;
45 - (void)backstopView:(id)fp8 tappedWithCount:(int)fp12;
46 - (void)overlayTappedBackButton:(id)fp8;
47 - (void)overlayTappedScaleModeButton:(id)fp8;
48 - (BOOL)transportControls:(id)fp8 tappedButtonPart:(unsigned int)fp12;
49 - (void)inactivityMonitorDetectedInactivity:(id)fp8;
50 - (void)_bufferingStateChangedNotification:(id)fp8;
51 - (void)_playbackStateChangedNotification:(id)fp8;
52 - (void)_itemTypeAvailableNotification:(id)fp8;
53 - (void)_hideOverlayAnimationFinished:(id)fp8;
54 - (void)_rotationAnimationFinished:(id)fp8;
55 - (BOOL)_canHideOverlay:(BOOL)fp8;
56 - (void)_hideOverlayWithAnimation:(BOOL)fp8 shouldUpdateAutohideFlag:(BOOL)fp12;
57 - (void)_hideOverlayWithAnimation:(BOOL)fp8;
58 - (id)_overlayView;
59 - (struct CGRect)_overlayViewFrame;
60 - (void)_reallyRemoveOverlay;
61 - (void)_reenableControlsAutoHide;
62 - (void)_setStatusBarVisible:(BOOL)fp8 duration:(float)fp12 fenceID:(int)fp16;
63 - (void)_createInactivityMonitor;
64 - (void)_showOverlay;
65 - (void)_stopWatchingAVController;
66 - (void)_transformVideoForOrientation:(int)fp8 animate:(BOOL)fp12;
67
68 @end
69