|
Size: 620
Comment: add categories
|
Size: 624
Comment: format update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 23: | Line 23: |
| You can add useful comments here | ''You can add useful comments here'' |
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
