Function sdl2_sys::SDL_AudioQuit

source ·
pub unsafe extern "C" fn SDL_AudioQuit()
Expand description

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

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

\since This function is available since SDL 2.0.0.

\sa SDL_AudioInit