Name

SDL_CloseAudio — Shuts down audio processing and closes the audio device.

Synopsis

#include "SDL.h"
void SDL_CloseAudio( void);  

DESCRIPTION

This function shuts down audio processing and closes the audio device.

SEE ALSO

SDL_OpenAudio(3)

COPYRIGHT

This manual page is taken from the SDL library, licensed under GNU LGPL.