]> git.saurik.com Git - iphone-api.git/blame - MediaPlayer/MPVideoViewController.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / MediaPlayer / MPVideoViewController.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
7#import <MediaPlayer/MPViewController.h>
8
9#import "MPBackstopViewTarget-Protocol.h"
10#import "MPVideoTransferViewController-Protocol.h"
11#import "UIModalViewDelegate-Protocol.h"
12
13@class MPBackstopView, MPTVOutWindow, MPVideoBackgroundView, UIAlertView, UIColor, UIProgressIndicator;
14
15@interface MPVideoViewController : MPViewController <MPBackstopViewTarget, MPVideoTransferViewController, UIModalViewDelegate>
16{
17 UIAlertView *_alertSheet;
18 MPVideoBackgroundView *_backgroundView;
19 MPBackstopView *_backstopView;
20 UIColor *_backstopColor;
21 UIProgressIndicator *_loadingIndicator;
22 MPTVOutWindow *_tvOutWindow;
23 unsigned int _desiredParts;
24 unsigned int _disabledParts;
25 unsigned int _visibleParts;
26 unsigned int _scaleMode;
27 unsigned int _canAnimateControlsOverlay:1;
28 unsigned int _canShowControlsOverlay:1;
29 unsigned int _disableControlsAutohide:1;
30 unsigned int _ownsStatusBar:1;
31 unsigned int _ownsVideoView:1;
32 unsigned int _playAfterPop:1;
33 unsigned int _scheduledLoadingIndicator:1;
34 unsigned int _tvOutEnabled:1;
35}
36
37+ (id)sharedVideoView:(BOOL)fp8;
38- (id)init;
39- (void)dealloc;
40- (void)showAlternateTracksController:(id)fp8;
41- (void)showChaptersControllerAndFadeViews:(id)fp8;
42- (void)showChaptersController;
43- (id)backgroundView;
44- (BOOL)canChangeScaleMode;
45- (BOOL)disableControlsAutohide;
46- (BOOL)ownsStatusBar;
47- (void)setItem:(id)fp8;
48- (void)setDesiredParts:(unsigned int)fp8;
49- (void)setDesiredParts:(unsigned int)fp8 animate:(BOOL)fp12;
50- (void)setDisableControlsAutohide:(BOOL)fp8;
51- (void)setOwnsStatusBar:(BOOL)fp8;
52- (void)setScaleMode:(unsigned int)fp8;
53- (void)setScaleMode:(unsigned int)fp8 animated:(BOOL)fp12;
54- (void)setVisibleParts:(unsigned int)fp8;
55- (void)setVisibleParts:(unsigned int)fp8 animate:(BOOL)fp12;
56- (void)toggleScaleMode:(BOOL)fp8;
57- (void)loadView;
58- (void)noteIgnoredChangeTypes:(unsigned int)fp8;
59- (void)removeChildViewController:(id)fp8;
60- (void)viewDidAppear:(BOOL)fp8;
61- (void)viewDidDisappear:(BOOL)fp8;
62- (void)viewWillDisappear:(BOOL)fp8;
63- (void)setTVOutEnabled:(BOOL)fp8;
64- (BOOL)TVOutEnabled;
65- (id)videoView;
66- (void)chapterList:(id)fp8 selectedChapter:(unsigned int)fp12;
67- (BOOL)viewControllerWillRequestExit;
68- (void)modalView:(id)fp8 clickedButtonAtIndex:(int)fp12;
69- (void)modalView:(id)fp8 didDismissWithButtonIndex:(int)fp12;
70- (void)_videoView_playbackErrorNotification:(id)fp8;
71- (void)_videoView_playbackStateChangedNotification:(id)fp8;
72- (void)_videoView_resumeEventsOnlyNotification:(id)fp8;
73- (void)_videoView_scaleModeChangedNotification:(id)fp8;
74- (void)_videoView_effectiveScaleModeChangedNotification:(id)fp8;
75- (void)_videoView_validityChangedNotification:(id)fp8;
76- (void)_hideLoadingForStateChange:(id)fp8;
77- (void)_popForTimeJump:(id)fp8;
78- (void)_tvOutCapabilityChangedNotification;
79- (void)_delayedPopForTimeJump;
80- (void)_delayedShowLoading;
81- (BOOL)canAnimateControlsOverlay;
82- (BOOL)canShowControlsOverlay;
83- (void)displayVideoView;
84- (void)displayVideoViewOnScreen;
85- (void)displayVideoViewOnTV;
86- (void)handleScaleModeChange;
87- (void)_scheduleLoadingIndicatorIfNeeded;
88- (void)setCanAnimateControlsOverlay:(BOOL)fp8;
89- (void)setCanShowControlsOverlay:(BOOL)fp8;
90- (void)setControlsOverlayVisible:(BOOL)fp8 animate:(BOOL)fp12;
91- (void)setOwnsVideoView:(BOOL)fp8;
92- (id)createAlternateTracksTransition;
93- (id)createChapterFlipTransition;
94- (void)setBackstopColor:(id)fp8;
95- (void)_hideLoadingIndicator;
96- (id)backstopColor;
97- (unsigned int)visibleParts;
98- (unsigned int)scaleMode;
99- (unsigned int)disabledParts;
100- (void)setDisabledParts:(unsigned int)fp8;
101- (unsigned int)desiredParts;
102
103@end
104