|
Size: 610
Comment: format update
|
Size: 609
Comment: correct typo
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| Returns the name of the current audio driver, or NULL if no driver has been initialized. | Returns the name of the current audio driver or NULL if no driver has been initialized. |
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
