Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2009-11-11 20:09:29
Size: 673
Editor: SheenaSmith
Comment:
Revision 6 as of 2009-11-12 05:43:57
Size: 657
Editor: SheenaSmith
Comment:
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
 [[SDL_OtherFunction]]  [[ ]]

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

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_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