Searched defs:SDL_AudioDevice (Results 1 – 1 of 1) sorted by relevance
34 typedef struct SDL_AudioDevice SDL_AudioDevice; typedef149 struct SDL_AudioDevice struct153 SDL_AudioDeviceID id; argument156 SDL_AudioSpec spec;159 SDL_AudioCVT convert;162 int use_streamer;163 SDL_AudioStreamer streamer;166 SDL_atomic_t shutdown; /* true if we are signaling the play thread to end. */167 SDL_atomic_t enabled; /* true if device is functioning and connected. */168 SDL_atomic_t paused;[all …]