|
⇤ ← Revision 1 as of 2009-11-14 06:10:40
Size: 647
Comment: create page, add content (incomplete)
|
Size: 634
Comment: content added (still incomplete)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''param'''||Something passed to SDL_FunctionName|| |
|
| Line 19: | Line 17: |
| Returns either SDL_AUDIO_STOPPED, SDL_AUDIO_PLAYING or SDL_AUDIO_PAUSED depending on the current audio state. | Returns either SDL_AUDIO_STOPPED, SDL_AUDIO_PLAYING or SDL_AUDIO_PAUSED depending on the current audio state. For more information see [[SDL_audiostatus]]. |
| Line 30: | Line 28: |
| .[[SDL_OtherFunction]] | .[[SDL_PauseAudio]] |
SDL_GetAudioStatus
Use this function to get the current audio state.
Contents
Syntax
SDL_audiostatus SDL_GetAudioStatus(void)
Function Parameters
Return Value
Returns either SDL_AUDIO_STOPPED, SDL_AUDIO_PLAYING or SDL_AUDIO_PAUSED depending on the current audio state. For more information see SDL_audiostatus.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
