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

Should there be a link to SDL_AudioStatus somewhere on here?

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryAudio

SDL_GetAudioStatus (last edited 2010-10-12 00:49:27 by SheenaSmith)

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