Wiki Page Content

Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2009-12-12 07:21:16
Size: 612
Editor: SheenaSmith
Comment: format update
Revision 9 as of 2010-10-12 00:49:27
Size: 730
Editor: SheenaSmith
Comment: correct typo
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
SDL_audiostatus SDL_GetAudioStatus(void) SDL_AudioStatus SDL_GetAudioStatus(void)
Line 19: Line 19:

<<Color2(green,Should there be a link to [[SDL_AudioStatus]] somewhere on here?)>>
Line 29: Line 31:
 .[[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

green

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