]>
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 | @interface AVSystemController : NSObject | |
10 | { | |
11 | struct AVSystemControllerPrivate *_priv; | |
12 | } | |
13 | ||
14 | + (void)initialize; | |
15 | + (id)sharedAVSystemController; | |
16 | - (id)init; | |
17 | - (void)dealloc; | |
18 | - (BOOL)changeActiveCategoryVolumeBy:(float)fp8 fallbackCategory:(id)fp12 resultVolume:(float *)fp16 affectedCategory:(id *)fp20; | |
19 | - (BOOL)changeActiveCategoryVolumeBy:(float)fp8; | |
20 | - (BOOL)setActiveCategoryVolumeTo:(float)fp8 fallbackCategory:(id)fp12 resultVolume:(float *)fp16 affectedCategory:(id *)fp20; | |
21 | - (BOOL)setActiveCategoryVolumeTo:(float)fp8; | |
22 | - (BOOL)getActiveCategoryVolume:(float *)fp8 andName:(id *)fp12 fallbackCategory:(id)fp16; | |
23 | - (BOOL)getActiveCategoryVolume:(float *)fp8 andName:(id *)fp12; | |
24 | - (BOOL)changeActiveCategoryVolumeBy:(float)fp8 forRoute:(id)fp12 andDeviceIdentifier:(id)fp16; | |
25 | - (BOOL)setActiveCategoryVolumeTo:(float)fp8 forRoute:(id)fp12 andDeviceIdentifier:(id)fp16; | |
26 | - (BOOL)activeCategoryVolumeDidChangeTo:(float)fp8 forRoute:(id)fp12 andDeviceIdentifier:(id)fp16; | |
27 | - (BOOL)getActiveCategoryVolume:(float *)fp8 andName:(id *)fp12 forRoute:(id)fp16 andDeviceIdentifier:(id)fp20; | |
28 | - (BOOL)toggleActiveCategoryMuted; | |
29 | - (BOOL)toggleActiveCategoryMutedForRoute:(id)fp8 andDeviceIdentifier:(id)fp12; | |
30 | - (BOOL)getActiveCategoryMuted:(char *)fp8; | |
31 | - (BOOL)getActiveCategoryMuted:(char *)fp8 forRoute:(id)fp12 andDeviceIdentifier:(id)fp16; | |
32 | - (BOOL)changeVolumeBy:(float)fp8 forCategory:(id)fp12; | |
33 | - (BOOL)setVolumeTo:(float)fp8 forCategory:(id)fp12; | |
34 | - (BOOL)getVolume:(float *)fp8 forCategory:(id)fp12; | |
35 | - (id)routeForCategory:(id)fp8; | |
36 | - (id)attributeForKey:(id)fp8; | |
37 | - (BOOL)setAttribute:(id)fp8 forKey:(id)fp12 error:(id *)fp16; | |
38 | - (void)makeError:(id *)fp8 withDescription:(id)fp12 code:(long)fp16; | |
39 | - (BOOL)okToNotifyFromThisThread; | |
40 | - (void)handleServerDied; | |
41 | ||
42 | @end | |
43 |