alClose.3p
549 Bytes
.TH alClose 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alClose \- shut down the Ultra 64 Audio Library
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void alClose(ALGlobals *glob);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I globals
pointer to the ALGlobals structure.
.SH DESCRIPTION
.I alClose
allows you to shut down the driver and put the Audio Library back into
its original, uninitialized state. Before calling this routine, you
should first delete any players (e.g. the Sequence Player).
.SH SEE ALSO
.IR alInit (3P)