#pragma section-numbers off #pragma disable-camelcase = SDL_GetAudioDeviceStatus = Use this function to get the current audio state of an audio device. <> == Syntax == {{{#!highlight cpp SDL_AudioStatus SDL_GetAudioDeviceStatus(SDL_AudioDeviceID dev) }}} == Function Parameters == ||'''dev'''||the ID of an audio device previously opened with [[SDL_OpenAudioDevice]]()|| == Return Value == Returns the [[SDL_AudioStatus]] of the specified audio device which may be one of the following: <> == Code Examples == <> == Remarks == <> == Related Functions == .[[SDL_PauseAudioDevice]] ---- [[CategoryAPI]], [[CategoryAudio]]