Go to the documentation of this file.
21 #include "../SDL_internal.h"
23 #ifndef SDL_sysaudio_h_
24 #define SDL_sysaudio_h_
28 #include "../SDL_dataqueue.h"
32 #define DEFAULT_OUTPUT_DEVNAME "System audio output device"
33 #define DEFAULT_INPUT_DEVNAME "System audio capture device"
37 #define _THIS SDL_AudioDevice *_this
63 #define SDL_AUDIOBUFFERQUEUE_PACKETLEN (8 * 1024)