|
⇤ ← Revision 1 as of 2009-11-11 22:20:09
Size: 482
Comment: create page, content added
|
Size: 430
Comment: update formatting
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
| void SDL_CloseAudio (void) | void SDL_CloseAudio(void) |
| Line 13: | Line 13: |
== Function Parameters == == Return Value == |
SDL_CloseAudio
Use this function to shut down audio processing and close the audio device.
Syntax
void SDL_CloseAudio(void)
Code Examples
You can add your code example here
Remarks
You can add useful comments here
