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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MumbleKit/MKAudio.h b/src/MumbleKit/MKAudio.h
index f199aa3..ae84eec 100644
--- a/src/MumbleKit/MKAudio.h
+++ b/src/MumbleKit/MKAudio.h
@@ -54,6 +54,8 @@ typedef struct _MKAudioSettings {
float comfortNoiseLevel;
BOOL enableVadGate;
double vadGateTimeSeconds;
+
+ BOOL preferReceiverOverSpeaker;
} MKAudioSettings;
/// @protocol MKAudioDelegate MKAudio.h MumbleKit/MKAudio.h