/headers/Celestial/AVExternalAudio.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @interface AVExternalAudio : NSObject
00010 {
00011     struct AVExternalAudioPrivate *_priv;
00012 }
00013 
00014 + (id)avExternalAudio:(id)fp8;
00015 - (id)initWithDelegate:(id)fp8;
00016 - (void)dealloc;
00017 - (id)attributeForKey:(id)fp8;
00018 - (BOOL)setAttribute:(id)fp8 forKey:(id)fp12 error:(id *)fp16;
00019 - (void)makeError:(id *)fp8 withDescription:(id)fp12 code:(long)fp16;
00020 - (void)postServerConnectionDiedNotification:(id)fp8;
00021 - (void)fmpServerConnectionDied;
00022 - (BOOL)okToNotifyFromThisThread;
00023 - (BOOL)activate:(id *)fp8;
00024 - (float)volume;
00025 - (BOOL)isActive;
00026 - (void)postUserVolumeChangedNotification:(id)fp8;
00027 - (void)fmpUserVolumeDidChange;
00028 - (void)fmpChangeConnectionActive:(BOOL)fp8;
00029 
00030 @end
00031