]> git.saurik.com Git - iphone-api.git/blame - MediaPlayer/MPMoviePlayerController.h
Added some work on liblockdown.
[iphone-api.git] / MediaPlayer / MPMoviePlayerController.h
CommitLineData
2cd8f71b
JF
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
dfbdd7ed 7#import <Foundation/NSObject.h>
2cd8f71b
JF
8
9@class NSError, NSURL, UIColor, UIWindow;
10
11@interface MPMoviePlayerController : NSObject
12{
13 NSURL *_contentURL;
14 int _scalingMode;
15 int _movieControlMode;
16 UIWindow *_window;
17 id _videoViewController;
18 UIColor *_backgroundColor;
19 unsigned int _previousStatusBarMode;
20 unsigned int _previousStatusBarOrientation;
21 NSError *_playbackError;
22 struct {
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;
32 } _playerBitfield;
33}
34
35+ (void)_setCurrentMoviePlayerController:(id)fp8;
36+ (id)_currentMoviePlayerController;
37+ (void)_setPlaybackInProgress:(BOOL)fp8;
38+ (BOOL)_playbackInProgress;
39- (id)init;
40- (void)dealloc;
41- (id)initWithContentURL:(id)fp8;
42- (void)play;
43- (void)stop;
44- (void)setScalingMode:(int)fp8;
45- (void)setMovieControlMode:(int)fp8;
46- (int)movieControlMode;
47- (void)pause;
48- (void)resume;
49- (id)videoViewController;
50- (int)orientation;
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;
87- (int)scalingMode;
88- (id)contentURL;
89
90@end
91