blob: 85ff1a4241e341e29b1a41087c0e02dc3eac8fd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.TH "SDL_CloseAudio" "3" "Tue 11 Sep 2001, 22:58" "SDL" "SDL API Reference"
.SH "NAME"
SDL_CloseAudio \- Shuts down audio processing and closes the audio device\&.
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.h"
.sp
\fBvoid \fBSDL_CloseAudio\fP\fR(\fBvoid\fR)
.SH "DESCRIPTION"
.PP
This function shuts down audio processing and closes the audio device\&.
.SH "SEE ALSO"
.PP
\fI\fBSDL_OpenAudio\fP\fR
.\" created by instant / docbook-to-man, Tue 11 Sep 2001, 22:58
|