]>
Commit | Line | Data |
---|---|---|
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/MPVideoViewController.h> | |
8 | ||
9 | @class MPPortraitInfoOverlay, MPPortraitTransportControls, MPReflectionImageView, UINavigationBar; | |
10 | ||
11 | @interface MPPortraitVideoViewController : MPVideoViewController | |
12 | { | |
13 | MPPortraitInfoOverlay *_overlayView; | |
14 | MPReflectionImageView *_imageView; | |
15 | UINavigationBar *_navigationBar; | |
16 | MPPortraitTransportControls *_transportControls; | |
17 | unsigned int _ownsTransportControls:1; | |
18 | } | |
19 | ||
20 | - (id)init; | |
21 | - (id)initWithTransportControls:(BOOL)fp8; | |
22 | - (void)dealloc; | |
23 | - (BOOL)canDisplayItem:(id)fp8 withOrientation:(int)fp12; | |
24 | - (id)copyOverlayViewForTransitionToItem:(id)fp8; | |
25 | - (id)createAlternateTracksTransition; | |
26 | - (id)createChapterFlipTransition; | |
27 | - (void)displayVideoViewOnScreen; | |
28 | - (void)loadView; | |
29 | - (void)restoreOverlayViewAfterTransition:(id)fp8; | |
30 | - (void)setDesiredParts:(unsigned int)fp8 animate:(BOOL)fp12; | |
31 | - (void)setDisabledParts:(unsigned int)fp8; | |
32 | - (void)setVisibleParts:(unsigned int)fp8 animate:(BOOL)fp12; | |
33 | - (void)startTicking; | |
34 | - (void)stopTicking; | |
35 | - (void)viewDidDisappear:(BOOL)fp8; | |
36 | - (void)showChaptersController; | |
37 | - (BOOL)ownsTransportControls; | |
38 | - (void)setItem:(id)fp8; | |
39 | - (void)setOrientation:(int)fp8 animate:(BOOL)fp12; | |
40 | - (void)setTVOutEnabled:(BOOL)fp8; | |
41 | - (BOOL)backstopView:(id)fp8 swipedInDirection:(int)fp12; | |
42 | - (void)backstopView:(id)fp8 tappedWithCount:(int)fp12; | |
43 | - (BOOL)transportControls:(id)fp8 tappedButtonPart:(unsigned int)fp12; | |
44 | - (id)createOverlayViewWithFrame:(struct CGRect)fp8; | |
45 | - (id)_overlayView; | |
46 | - (void)_handleSwipeRight; | |
47 | - (void)_reloadImageView; | |
48 | - (void)_removeOverlayView; | |
49 | - (id)navigationBar; | |
50 | - (void)setNavigationBar:(id)fp8; | |
51 | ||
52 | @end | |
53 |