SDL_GetNumAudioDrivers
Use this function to return the number of built in audio drivers.
Syntax
int SDL_GetNumAudioDrivers(void)
Return Value
The number of built in audio drivers.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
