We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kAudioObjectPropertyElementMain
1 parent 74b1871 commit c16f9a9Copy full SHA for c16f9a9
src/detection/sound/sound_apple.c
@@ -2,6 +2,11 @@
2
#include "util/apple/cf_helpers.h"
3
4
#include <CoreAudio/CoreAudio.h>
5
+#include <AvailabilityMacros.h>
6
+
7
+#ifndef MAC_OS_VERSION_12_0
8
+#define kAudioObjectPropertyElementMain kAudioObjectPropertyElementMaster
9
+#endif
10
11
const char* ffDetectSound(FF_MAYBE_UNUSED const FFinstance* instance, FFlist* devices /* List of FFSoundDevice */)
12
{
0 commit comments