Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
SDL_GetAudioStatus(3) | SDL API Reference | SDL_GetAudioStatus(3) |
NAME
SDL_GetAudioStatus - Get the current audio stateSYNOPSIS
#include "SDL.h"DESCRIPTION
typedef enum{
SDL_AUDIO_STOPPED,
SDL_AUDIO_PAUSED,
SDL_AUDIO_PLAYING
} SDL_audiostatus;
SEE ALSO
SDL_PauseAudioTue 11 Sep 2001, 22:58 | SDL |