SDL_CloseAudio
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.
SDL_CloseAudio -- Shuts down audio processing and closes the audio device.
#include "SDL.h" void SDL_CloseAudio(void);
This function shuts down audio processing and closes the audio device.
SDL_CloseAudio (last edited 2008-04-17 08:18:54 by localhost)