Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2009-11-15 01:18:55
Size: 563
Editor: SheenaSmith
Comment:
Revision 5 as of 2009-11-15 01:19:23
Size: 564
Editor: SheenaSmith
Comment:
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:

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

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