Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2009-11-12 20:47:57
Size: 500
Editor: SheenaSmith
Comment: create page, content added
Revision 2 as of 2009-11-15 06:57:22
Size: 576
Editor: SheenaSmith
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

None: SDL_CloseAudioDevice (last edited 2013-08-08 04:39:39 by RyanGordon)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit