|
Size: 650
Comment: add categories
|
Size: 666
Comment: update content for consistency
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 20: | Line 20: |
| 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]](). | This function is used internally, and should not be used unless you have a specific need to ^designate^ ,,specify,, the audio driver you want to use. You should normally use [[SDL_Quit]]() or [[SDL_QuitSubSystem]](). |
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 designate specify the audio driver you want to use. You should normally use SDL_Quit() or SDL_QuitSubSystem().
