SDL_FunctionName
Use this function to get the current audio state of an audio device.
Contents
Syntax
SDL_audiostatus SDL_GetAudioDeviceStatus(SDL_AudioDeviceID dev)
Function Parameters
dev |
the ID of the audio device |
Return Value
The status of the specified audio device which may be any of the following:
SDL_AUDIO_STOPPED |
audio device is stopped |
SDL_AUDIO_PLAYING |
audio device is playing |
SDL_AUDIO_PAUSED |
audio device is paused |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
