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 <MediaPlayer/MPViewController.h>
9 @
class MPVideoView
, NSArray
, UIMovieChapterListView
;
11 @interface MPVideoChaptersViewController
: MPViewController
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;
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
;
30 - (BOOL
)videoOutActive
;
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
;
44 - (unsigned int)currentMarkerIndex
;
45 - (void)setCurrentMarkerIndex
:(unsigned int)fp8
;