SDL_CloseAudio(3)

Shuts down audio processing and closes the audio device.

Section 3 libsdl1.2-dev bookworm source

Description

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.

SEE ALSO

SDL_OpenAudio