alSndpDelete.3p 469 Bytes
.TH alSndpDelete 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alSndpDelete \- deallocate a sound player

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void	alSndpDelete(ALSndPlayer *sndp);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seqp
pointer to the player structure to deallocate. 

.SH DESCRIPTION
alSndpDelete signs out of the synthesis driver. Before signing out all sounds should be
in the AL_STOPPED state.
.SH SEE ALSO 
.IR alSndpNew (3P)