1SDL_CloseAudio(3) SDL API Reference SDL_CloseAudio(3)
23
4
NAME
6SDL_CloseAudio - Shuts down audio processing and closes the audio
7device.
8
SYNOPSIS
10#include "SDL.h"
1112
void SDL_CloseAudio(void)
13
DESCRIPTION
15This function shuts down audio processing and closes the audio device.
16
SEE ALSO
18SDL_OpenAudio
1920
21
22
SDL Tue 11 Sep 2001, 22:58 SDL_CloseAudio(3)