|
Size: 503
Comment:
|
Size: 668
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.
Contents
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().
