2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSDictionary
, NSTimer
;
11 @interface SBMediaController
: NSObject
13 int _manualVolumeChangeCount
;
14 NSDictionary
*_nowPlayingInfo
;
15 float _pendingVolumeChange
;
16 NSTimer
*_volumeCommitTimer
;
17 BOOL _debounceVolumeRepeat
;
23 - (void)setNowPlayingInfo
:(id
)fp8
;
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
;
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
;