2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 @
class NSError
, NSURL
, UIColor
, UIWindow
;
11 @interface MPMoviePlayerController
: NSObject
15 int _movieControlMode
;
17 id _videoViewController
;
18 UIColor
*_backgroundColor
;
19 unsigned int _previousStatusBarMode
;
20 unsigned int _previousStatusBarOrientation
;
21 NSError
*_playbackError
;
23 unsigned int active
:1;
24 unsigned int mediaType
:1;
25 unsigned int statusBarWasHidden
:1;
26 unsigned int shouldRestartPlaybackAfterAudioRouteChange
:1;
27 unsigned int shouldResumeGeneratingDeviceOrientationNotifications
:1;
28 unsigned int playbackFailed
:1;
29 unsigned int isFinishing
:1;
30 unsigned int hideLoadingIndicatorForLocalFiles
:1;
31 unsigned int unused
:24;
35 + (void)_setCurrentMoviePlayerController
:(id
)fp8
;
36 + (id
)_currentMoviePlayerController
;
37 + (void)_setPlaybackInProgress
:(BOOL
)fp8
;
38 + (BOOL
)_playbackInProgress
;
41 - (id
)initWithContentURL
:(id
)fp8
;
44 - (void)setScalingMode
:(int)fp8
;
45 - (void)setMovieControlMode
:(int)fp8
;
46 - (int)movieControlMode
;
49 - (id
)videoViewController
;
51 - (void)setOrientation
:(int)fp8 animated
:(BOOL
)fp12
;
52 - (void)setHideLoadingIndicatorForLocalFiles
:(BOOL
)fp8
;
53 - (BOOL
)hideLoadingIndicatorForLocalFiles
;
54 - (id
)_volumeAudioCategory
;
55 - (void)_createPlayer
;
56 - (void)_playerFinishAndFadeOut
;
57 - (void)_playerFadeInAnimationDidEnd
:(id
)fp8 finished
:(id
)fp12
;
58 - (void)_playerFadeOutAnimationDidEnd
:(id
)fp8 finished
:(id
)fp12
;
59 - (void)_playbackFailedWithError
:(id
)fp8
;
60 - (id
)_localizedDescriptionForErrorCode
:(int)fp8
;
61 - (unsigned int)_visiblePartsForMovieControlMode
;
62 - (void)_updateForCurrentMovieControlMode
;
63 - (void)_preloadingComplete
;
64 - (void)_pausePlaybackForNotification
:(id
)fp8
;
65 - (void)_willSuspendNotification
:(id
)fp8
;
66 - (void)_willBeginSuspendAnimationNotification
:(id
)fp8
;
67 - (void)_willResignNotification
:(id
)fp8
;
68 - (void)_willTerminateNotification
:(id
)fp8
;
69 - (void)_movieDidPreload
:(id
)fp8
;
70 - (void)_movieDidPreloadMainThreadCallback
:(id
)fp8
;
71 - (void)_movieDidDecode
:(id
)fp8
;
72 - (void)_movieDidDecodeMainThreadCallback
:(id
)fp8
;
73 - (void)_itemFailedToPlay
:(id
)fp8
;
74 - (void)_itemFailedToPlayMainThreadCallback
:(id
)fp8
;
75 - (void)_mediaServerDied
:(id
)fp8
;
76 - (void)_mediaServerDiedMainThreadCallback
:(id
)fp8
;
77 - (void)_audioRouteChanged
:(id
)fp8
;
78 - (void)_playbackRateChanged
:(id
)fp8
;
79 - (void)_playbackEnded
:(id
)fp8
;
80 - (void)_expireImplicitAudioRouteChangePlaybackRestart
;
81 - (void)_playbackStateDidChangeNotification
:(id
)fp8
;
82 - (void)_bufferingStatusDidChangeNotification
:(id
)fp8
;
83 - (void)_itemDidChangeNotification
:(id
)fp8
;
84 - (void)viewControllerRequestsExit
:(id
)fp8
;
85 - (id
)backgroundColor
;
86 - (void)setBackgroundColor
:(id
)fp8
;