|
Size: 638
Comment:
|
Size: 638
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 24: | Line 24: |
| 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()]]. | 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.
Contents
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().
