Searched defs:SDL_AudioDriverImpl (Results 1 – 1 of 1) sorted by relevance
73 typedef struct SDL_AudioDriverImpl struct75 void (*DetectDevices) (void);76 int (*OpenDevice) (_THIS, void *handle, const char *devname, int iscapture);77 void (*ThreadInit) (_THIS); /* Called by audio thread at start */101 } SDL_AudioDriverImpl; argument