Wiki Page Content

Differences between revisions 7 and 8
Revision 7 as of 2009-11-15 01:56:44
Size: 607
Editor: SheenaSmith
Comment: edit content
Revision 8 as of 2009-11-15 20:10:42
Size: 606
Editor: SheenaSmith
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
void SDL_AudioQuit (void) void SDL_AudioQuit(void)

SDL_AudioQuit

Use this function to shut down audio if you initialized it with SDL_AudioInit().

Syntax

void SDL_AudioQuit(void)

Code Examples

You can add your code example here

Remarks

This function is used internally, and should not be used unless you have a specific need to specify the audio driver you want to use. You should normally use SDL_Quit() or SDL_QuitSubSystem().

None: SDL_AudioQuit (last edited 2013-11-02 13:01:22 by PhilippWiesemann)

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