Wiki Page Content

Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2009-11-24 21:21:22
Size: 608
Editor: SheenaSmith
Comment: add categories
Revision 8 as of 2009-12-12 20:33:19
Size: 644
Editor: SheenaSmith
Comment: added RFs
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
You can add useful comments here ''You can add useful comments here''
Line 29: Line 29:
 .[[SDL_GetAudioDeviceStatus]]

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


CategoryAPI, CategoryAudio

None: SDL_GetAudioStatus (last edited 2013-08-10 18:59:47 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit