|
Size: 563
Comment:
|
Size: 608
Comment: add categories
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| Returns the current audio state which can be one of: | Returns the current audio state, which can be one of: |
| Line 30: | Line 30: |
---- [[CategoryAPI]], [[CategoryAudio]] |
SDL_GetAudioStatus
Use this function to get the current audio state.
Syntax
SDL_audiostatus SDL_GetAudioStatus(void)
Return Value
Returns the current audio state, which can be one of:
- SDL_AUDIO_STOPPED
- SDL_AUDIO_PLAYING
- SDL_AUDIO_PAUSED
Code Examples
You can add your code example here
Remarks
You can add useful comments here
