]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBMediaController.h
I can't believe I wasted an entire day on this.
[iphone-api.git] / SpringBoard-2.1 / SBMediaController.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 "NSObject.h"
8
9 @class NSDictionary, NSTimer;
10
11 @interface SBMediaController : NSObject
12 {
13 int _manualVolumeChangeCount;
14 NSDictionary *_nowPlayingInfo;
15 float _pendingVolumeChange;
16 NSTimer *_volumeCommitTimer;
17 BOOL _debounceVolumeRepeat;
18 }
19
20 + (id)sharedInstance;
21 - (id)init;
22 - (void)dealloc;
23 - (void)setNowPlayingInfo:(id)fp8;
24 - (BOOL)hasTrack;
25 - (BOOL)isFirstTrack;
26 - (BOOL)isLastTrack;
27 - (BOOL)isPlaying;
28 - (BOOL)isMovie;
29 - (BOOL)isTVOut;
30 - (id)nowPlayingArtist;
31 - (id)nowPlayingTitle;
32 - (id)nowPlayingAlbum;
33 - (BOOL)changeTrack:(int)fp8;
34 - (BOOL)beginSeek:(int)fp8;
35 - (BOOL)endSeek:(int)fp8;
36 - (BOOL)togglePlayPause;
37 - (float)volume;
38 - (void)setVolume:(float)fp8;
39 - (void)_changeVolumeBy:(float)fp8;
40 - (float)_calcButtonRepeatDelay;
41 - (void)increaseVolume;
42 - (void)decreaseVolume;
43 - (void)cancelVolumeEvent;
44 - (void)handleVolumeEvent:(struct __GSEvent *)fp8;
45 - (void)_registerForAVSystemControllerNotifications;
46 - (void)_unregisterForAVSystemControllerNotifications;
47 - (void)_serverConnectionDied:(id)fp8;
48 - (void)musicPlayerDied:(id)fp8;
49 - (void)_systemVolumeChanged:(id)fp8;
50 - (void)_cancelPendingVolumeChange;
51 - (void)_commitVolumeChange:(id)fp8;
52 - (void)_delayedExtendSleepTimer;
53 - (BOOL)_performIAPCommand:(int)fp8 status:(int)fp12;
54
55 @end
56