Go to the documentation of this file.
25 #ifndef JUCE_AUDIO_DEVICES_H_INCLUDED
26 #define JUCE_AUDIO_DEVICES_H_INCLUDED
28 #include "../juce_events/juce_events.h"
29 #include "../juce_audio_basics/juce_audio_basics.h"
30 #include "../juce_audio_formats/juce_audio_formats.h"
56 #ifndef JUCE_WASAPI_EXCLUSIVE
57 #define JUCE_WASAPI_EXCLUSIVE 1
64 #ifndef JUCE_DIRECTSOUND
65 #define JUCE_DIRECTSOUND 1
85 #ifndef JUCE_USE_ANDROID_OPENSLES
86 #if JUCE_ANDROID_API_VERSION > 8
87 #define JUCE_USE_ANDROID_OPENSLES 1
89 #define JUCE_USE_ANDROID_OPENSLES 0
97 #ifndef JUCE_USE_CDREADER
98 #define JUCE_USE_CDREADER 0
104 #ifndef JUCE_USE_CDBURNER
105 #define JUCE_USE_CDBURNER 0
126 #endif // JUCE_AUDIO_DEVICES_H_INCLUDED