|
⇤ ← Revision 1 as of 2009-11-17 17:53:56
Size: 550
Comment: create page, add content
|
Size: 562
Comment: content added
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 26: | Line 26: |
| .[[ ]] | .[[SDL_AudioInit]] |
SDL_GetCurrentAudioDriver
Use this function to return the name of the current audio driver.
Syntax
const char* SDL_GetCurrentAudioDriver(void)
Return Value
Returns the name of the current audio driver, or NULL if no driver has been initialized.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
