Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2009-11-11 20:08:05
Size: 657
Editor: SheenaSmith
Comment: content added
Revision 4 as of 2009-11-11 20:08:59
Size: 654
Editor: SheenaSmith
Comment: minor edit
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
These functions are 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_Init()]] or [[SDL_InitSubSystem()]]. 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_Init()]] or [[SDL_InitSubSystem()]].

SDL_AudioQuit

Use this function to access the raw audio mixing buffer for the SDL library.

Syntax

void SDL_AudioQuit (void)

Function Parameters

Return Value

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_Init() or SDL_InitSubSystem().

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