Function SDL_GetAudioDeviceStatus
pub unsafe extern "C" fn SDL_GetAudioDeviceStatus(
dev: u32,
) -> SDL_AudioStatus
Available on crate feature
dep_sdl2
only.Expand description
Use this function to get the current audio state of an audio device.
\param dev the ID of an audio device previously opened with SDL_OpenAudioDevice() \returns the SDL_AudioStatus of the specified audio device.
\since This function is available since SDL 2.0.0.
\sa SDL_PauseAudioDevice