Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/MumbleKit/MKAudio.h')
-rw-r--r--src/MumbleKit/MKAudio.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/MumbleKit/MKAudio.h b/src/MumbleKit/MKAudio.h
index c62030e..38bbafc 100644
--- a/src/MumbleKit/MKAudio.h
+++ b/src/MumbleKit/MKAudio.h
@@ -58,12 +58,7 @@ typedef struct _MKAudioBenchmark {
signed long avgPreprocessorRuntime;
} MKAudioBenchmark;
-@interface MKAudio : NSObject {
- MKAudioInput *_audioInput;
- MKAudioOutput *_audioOutput;
- MKAudioSettings _audioSettings;
- BOOL _running;
-}
+@interface MKAudio : NSObject
+ (MKAudio *) sharedAudio;