]> git.saurik.com Git - iphone-api.git/blob - Celestial/AVExternalAudio.h
GraphicsServices: fixed __cplusplus, added _GSEventGetGSEventRecord, organizined...
[iphone-api.git] / Celestial / AVExternalAudio.h
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 AVExternalAudio : NSObject
10 {
11 struct AVExternalAudioPrivate *_priv;
12 }
13
14 + (id)avExternalAudio:(id)fp8;
15 - (id)initWithDelegate:(id)fp8;
16 - (void)dealloc;
17 - (id)attributeForKey:(id)fp8;
18 - (BOOL)setAttribute:(id)fp8 forKey:(id)fp12 error:(id *)fp16;
19 - (void)makeError:(id *)fp8 withDescription:(id)fp12 code:(long)fp16;
20 - (void)postServerConnectionDiedNotification:(id)fp8;
21 - (void)fmpServerConnectionDied;
22 - (BOOL)okToNotifyFromThisThread;
23 - (BOOL)activate:(id *)fp8;
24 - (float)volume;
25 - (BOOL)isActive;
26 - (void)postUserVolumeChangedNotification:(id)fp8;
27 - (void)fmpUserVolumeDidChange;
28 - (void)fmpChangeConnectionActive:(BOOL)fp8;
29
30 @end
31