|
Size: 278
Comment:
|
Size: 430
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| Line 9: | Line 8: |
| == Syntax == {{{#!highlight cpp void SDL_CloseAudio(void) }}} == Code Examples == {{{#!highlight cpp You can add your code example here }}} |
|
| Line 13: | Line 22: |
| [[SDL_OpenAudio]] | . [[SDL_OpenAudio]] |
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
