]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPVideoChaptersViewController.h
Add some extra comments that only saurik wants to see.
[iphone-api.git] / MediaPlayer / MPVideoChaptersViewController.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/MPViewController.h>
8
9 @class MPVideoView, NSArray, UIMovieChapterListView;
10
11 @interface MPVideoChaptersViewController : MPViewController
12 {
13 MPVideoView *_videoView;
14 unsigned int _currentMarker;
15 NSArray *_chapterTimeMarkers;
16 UIMovieChapterListView *_chapterListView;
17 float _timeColumnWidth;
18 unsigned int _haveThumbnails:1;
19 unsigned int _videoOutActive:1;
20 }
21
22 - (id)init;
23 - (void)dealloc;
24 - (void)setCurrentMarker:(unsigned int)fp8;
25 - (void)setVideoView:(id)fp8;
26 - (void)setTopPadding:(float)fp8;
27 - (void)setChapterTimeMarkers:(id)fp8;
28 - (void)setVideoOutActive:(BOOL)fp8;
29 - (float)topPadding;
30 - (BOOL)videoOutActive;
31 - (void)loadView;
32 - (void)viewWillAppear:(BOOL)fp8;
33 - (void)viewWillDisappear:(BOOL)fp8;
34 - (void)viewDidDisappear:(BOOL)fp8;
35 - (int)numberOfRowsInTable:(id)fp8;
36 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20;
37 - (float)table:(id)fp8 heightForRow:(int)fp12;
38 - (void)tableRowSelected:(id)fp8;
39 - (void)videoView:(id)fp8 madeThumbnail:(id)fp12 forTime:(float)fp16;
40 - (void)_reloadThumbnails;
41 - (void)_sizeColumnsToFit;
42 - (id)chapterTimeMarkers;
43 - (id)videoView;
44 - (unsigned int)currentMarkerIndex;
45 - (void)setCurrentMarkerIndex:(unsigned int)fp8;
46
47 @end
48