SDL_AudioQuit

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

Header File

Defined in SDL_audio.h

Syntax

void SDL_AudioQuit(void);

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().

Version

This function is available since SDL 2.0.0.

See Also


CategoryAPI, CategoryAPIFunction, CategoryAudio