00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface AVSystemController : NSObject
00010 {
00011 struct AVSystemControllerPrivate *_priv;
00012 }
00013
00014 + (void)initialize;
00015 + (id)sharedAVSystemController;
00016 - (id)init;
00017 - (void)dealloc;
00018 - (BOOL)changeActiveCategoryVolumeBy:(float)fp8 fallbackCategory:(id)fp12 resultVolume:(float *)fp16 affectedCategory:(id *)fp20;
00019 - (BOOL)changeActiveCategoryVolumeBy:(float)fp8;
00020 - (BOOL)setActiveCategoryVolumeTo:(float)fp8 fallbackCategory:(id)fp12 resultVolume:(float *)fp16 affectedCategory:(id *)fp20;
00021 - (BOOL)setActiveCategoryVolumeTo:(float)fp8;
00022 - (BOOL)getActiveCategoryVolume:(float *)fp8 andName:(id *)fp12 fallbackCategory:(id)fp16;
00023 - (BOOL)getActiveCategoryVolume:(float *)fp8 andName:(id *)fp12;
00024 - (BOOL)changeActiveCategoryVolumeBy:(float)fp8 forRoute:(id)fp12 andDeviceIdentifier:(id)fp16;
00025 - (BOOL)setActiveCategoryVolumeTo:(float)fp8 forRoute:(id)fp12 andDeviceIdentifier:(id)fp16;
00026 - (BOOL)activeCategoryVolumeDidChangeTo:(float)fp8 forRoute:(id)fp12 andDeviceIdentifier:(id)fp16;
00027 - (BOOL)getActiveCategoryVolume:(float *)fp8 andName:(id *)fp12 forRoute:(id)fp16 andDeviceIdentifier:(id)fp20;
00028 - (BOOL)toggleActiveCategoryMuted;
00029 - (BOOL)toggleActiveCategoryMutedForRoute:(id)fp8 andDeviceIdentifier:(id)fp12;
00030 - (BOOL)getActiveCategoryMuted:(char *)fp8;
00031 - (BOOL)getActiveCategoryMuted:(char *)fp8 forRoute:(id)fp12 andDeviceIdentifier:(id)fp16;
00032 - (BOOL)changeVolumeBy:(float)fp8 forCategory:(id)fp12;
00033 - (BOOL)setVolumeTo:(float)fp8 forCategory:(id)fp12;
00034 - (BOOL)getVolume:(float *)fp8 forCategory:(id)fp12;
00035 - (id)routeForCategory:(id)fp8;
00036 - (id)attributeForKey:(id)fp8;
00037 - (BOOL)setAttribute:(id)fp8 forKey:(id)fp12 error:(id *)fp16;
00038 - (void)makeError:(id *)fp8 withDescription:(id)fp12 code:(long)fp16;
00039 - (BOOL)okToNotifyFromThisThread;
00040 - (void)handleServerDied;
00041
00042 @end
00043