]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 AVController, NSString, NSTimer; | |
10 | ||
11 | @interface VolumeController : NSObject | |
12 | { | |
13 | AVController *_avController; | |
14 | id _delegate; | |
15 | float _volume; | |
16 | float _unmutedVolume; | |
17 | NSTimer *_fadeTimer; | |
18 | float _fadeVolume; | |
19 | NSString *_debugName; | |
20 | int _volumeBehaviorWhenEnabled; | |
21 | struct { | |
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; | |
27 | } _vcBitfields; | |
28 | } | |
29 | ||
30 | + (void)setCurrentVolumeController:(id)fp8; | |
31 | + (void)removeCurrentVolumeController:(id)fp8; | |
32 | + (void)forgetController:(id)fp8; | |
33 | + (id)currentVolumeController; | |
34 | - (id)init; | |
35 | - (id)description; | |
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; | |
43 | - (void)dealloc; | |
44 | - (void)setDelegate:(id)fp8; | |
45 | - (void)setAVController:(id)fp8; | |
46 | - (void)activateAndPushLocalVolumeToServerIfNecessary; | |
47 | - (void)_updateAVControllerVolumeBehavior; | |
48 | - (void)_didOrderOut; | |
49 | - (void)_didBecomeCurrent; | |
50 | - (void)setVolumeBehaviorWhenEnabled:(int)fp8; | |
51 | - (int)volumeBehaviorWhenEnabled; | |
52 | - (void)setEnabled:(BOOL)fp8; | |
53 | - (BOOL)isEnabled; | |
54 | - (void)_setPlayerVolume:(float)fp8; | |
55 | - (float)_playerVolume; | |
56 | - (void)toggleMuted; | |
57 | - (void)setMuted:(BOOL)fp8; | |
58 | - (BOOL)muted; | |
59 | - (BOOL)setVolume:(float)fp8; | |
60 | - (float)volume; | |
61 | - (void)_stopFade; | |
62 | - (void)_delayedFadeEndedForDirection:(int)fp8; | |
63 | - (void)_delayedDidFinishFadeOut; | |
64 | - (void)_delayedDidFinishFadeIn; | |
65 | - (void)_handleFadeEvent:(id)fp8; | |
66 | - (void)_startFade; | |
67 | - (void)fadeIn; | |
68 | - (void)fadeOut; | |
69 | ||
70 | @end | |
71 |