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/MKAudioOutput.h')
-rw-r--r--src/MumbleKit/MKAudioOutput.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/MumbleKit/MKAudioOutput.h b/src/MumbleKit/MKAudioOutput.h
index 281a0f7..8a474a1 100644
--- a/src/MumbleKit/MKAudioOutput.h
+++ b/src/MumbleKit/MKAudioOutput.h
@@ -41,19 +41,7 @@
@class MKUser;
-@interface MKAudioOutput : NSObject {
- MKAudioSettings _settings;
-
- AudioUnit audioUnit;
- int sampleSize;
- int frameSize;
- int mixerFrequency;
- int numChannels;
- float *speakerVolume;
-
- MKReadWriteLock *outputLock;
- NSMutableDictionary *outputs;
-}
+@interface MKAudioOutput : NSObject
- (id) initWithSettings:(MKAudioSettings *)settings;
- (void) dealloc;