|
⇤ ← Revision 1 as of 2009-11-12 20:47:57
Size: 500
Comment: create page, content added
|
Size: 576
Comment: update content
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
| void SDL_CloseAudioDevice (SDL_AudioDeviceID dev) | void SDL_CloseAudioDevice(SDL_AudioDeviceID dev) |
| Line 15: | Line 15: |
== Return Value == |
||'''dev'''||an audio device previously opened with [[SDL_OpenAudioDevice]]()|| |
| Line 27: | Line 26: |
| .[[ ]] | .[[SDL_OpenAudioDevice]] |
SDL_CloseAudioDevice
Use this function to shut down audio processing and close the audio device.
Syntax
void SDL_CloseAudioDevice(SDL_AudioDeviceID dev)
Function Parameters
dev |
an audio device previously opened with SDL_OpenAudioDevice() |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
