Wiki Page Content

Revision 1 as of 2009-11-14 06:10:40

Clear message

SDL_GetAudioStatus

Use this function to get the current audio state.

Syntax

SDL_audiostatus SDL_GetAudioStatus(void)

Function Parameters

param

Something passed to SDL_FunctionName

Return Value

Returns either SDL_AUDIO_STOPPED, SDL_AUDIO_PLAYING or SDL_AUDIO_PAUSED depending on the current audio state.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

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