Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2009-11-10 19:53:25
Size: 503
Editor: SheenaSmith
Comment:
Revision 3 as of 2009-11-11 20:03:54
Size: 668
Editor: SheenaSmith
Comment: content added
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
int SDL_AudioInit (const char *driver_name) int SDL_AudioInit (const char * driver_name)
Line 24: Line 24:
You can add useful comments here 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().

SDL_AudioInit

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

Syntax

int SDL_AudioInit (const char * driver_name)

Function Parameters

Return Value

Code Examples

You can add your code example here

Remarks

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().

None: SDL_AudioInit (last edited 2013-11-02 12:59:01 by PhilippWiesemann)

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