]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPProgressIndicator.h
Adding IOMobileFrameBuffer, which I forgot.
[iphone-api.git] / MediaPlayer / MPProgressIndicator.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 "UIView.h"
8
9 @class MediaDetailScrubberControl;
10
11 @interface MPProgressIndicator : UIView
12 {
13 MediaDetailScrubberControl *_scrubberControl;
14 unsigned int _duration;
15 unsigned int _elapsed;
16 unsigned int _offset;
17 id _delegate;
18 BOOL _tracking;
19 BOOL _scheduledDelayedCommit;
20 double _nextValidUpdateDate;
21 double _scheduledDelayedCommitDurationRemaining;
22 double _scheduledDelayedCommitSetupTime;
23 }
24
25 + (float)defaultHeight;
26 - (id)initWithFrame:(struct CGRect)fp8;
27 - (void)dealloc;
28 - (void)_itemChangedNotification:(id)fp8;
29 - (void)_ignoreElapsedTimeUpdatesForALittleBit:(float)fp8;
30 - (void)_commitNow;
31 - (void)_delayedDoCommitNow;
32 - (void)_commitValue;
33 - (void)scrubberControl:(id)fp8 didEnterScrubbingState:(BOOL)fp12;
34 - (void)scrubberControl:(id)fp8 didChangeToScrubValue:(float)fp12;
35 - (void)cancelTracking;
36 - (void)setDuration:(unsigned int)fp8;
37 - (unsigned int)duration;
38 - (void)setDelegate:(id)fp8;
39 - (void)setElapsedTime:(unsigned int)fp8 offset:(unsigned int)fp12 force:(BOOL)fp16;
40
41 @end
42