Mix_CloseAudio
Name
Mix_CloseAudio -- performs shutdown and cleanup of Mixer API.
Description
Mix_CloseAudio cleans up and then shuts down the Mixer API. After calling this all audio is stopped, the device is closed, and the SDL_mixer functions should not be used. You may, of course, use Mix_OpenAudio to start the functionality again.
Return Value
None.
Example
Mix_CloseAudio();
