Wiki Page Content

Revision 11 as of 2013-07-14 06:36:16

Clear message

SDL_AudioQuit

Use this function to shut down audio if you initialized it with SDL_AudioInit().

Syntax

void SDL_AudioQuit(void)

Code Examples

You can add your code example here

Remarks

This function is used internally, and should not be used unless you have a specific need to specify the audio driver you want to use. You should normally use SDL_Quit() or SDL_QuitSubSystem().


CategoryAPI, CategoryAudio

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit