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 AVController
, NSString
, NSTimer
;
11 @interface VolumeController
: NSObject
13 AVController
*_avController
;
20 int _volumeBehaviorWhenEnabled
;
22 unsigned int fadeIncreasesVolume
:1;
23 unsigned int enabled
:1;
24 unsigned int isSuspending
:1;
25 unsigned int shouldPushLocalVolumeToServer
:1;
26 unsigned int unused
:28;
30 + (void)setCurrentVolumeController
:(id
)fp8
;
31 + (void)removeCurrentVolumeController
:(id
)fp8
;
32 + (void)forgetController
:(id
)fp8
;
33 + (id
)currentVolumeController
;
36 - (void)setDebugName
:(id
)fp8
;
37 - (void)_postVolumeChangedNotification
;
38 - (void)postCurrentVolumeNotification
;
39 - (void)systemSoundControllerVolumeDidChange
:(id
)fp8
;
40 - (void)avControllerVolumeDidChange
:(id
)fp8
;
41 - (void)applicationWillSuspend
:(id
)fp8
;
42 - (void)applicationDidSuspendOrResume
:(id
)fp8
;
44 - (void)setDelegate
:(id
)fp8
;
45 - (void)setAVController
:(id
)fp8
;
46 - (void)activateAndPushLocalVolumeToServerIfNecessary
;
47 - (void)_updateAVControllerVolumeBehavior
;
49 - (void)_didBecomeCurrent
;
50 - (void)setVolumeBehaviorWhenEnabled
:(int)fp8
;
51 - (int)volumeBehaviorWhenEnabled
;
52 - (void)setEnabled
:(BOOL
)fp8
;
54 - (void)_setPlayerVolume
:(float)fp8
;
55 - (float)_playerVolume
;
57 - (void)setMuted
:(BOOL
)fp8
;
59 - (BOOL
)setVolume
:(float)fp8
;
62 - (void)_delayedFadeEndedForDirection
:(int)fp8
;
63 - (void)_delayedDidFinishFadeOut
;
64 - (void)_delayedDidFinishFadeIn
;
65 - (void)_handleFadeEvent
:(id
)fp8
;