Searched defs:SDL_AudioDevice (Results 1 – 1 of 1) sorted by relevance
31 typedef struct SDL_AudioDevice SDL_AudioDevice; typedef38 struct SDL_AudioDevice { struct41 const char *name;45 const char *desc;49 int (*OpenAudio)(_THIS, SDL_AudioSpec *spec);50 void (*ThreadInit)(_THIS); /* Called by audio thread at start */51 void (*WaitAudio)(_THIS);52 void (*PlayAudio)(_THIS);53 Uint8 *(*GetAudioBuf)(_THIS);54 void (*WaitDone)(_THIS);[all …]