SDL_CloseAudio

Name

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

Synopsis

uses
SDL;

procedure SDL_CloseAudio;

Description

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

See Also

SDL_OpenAudio