alSndpDelete (function)

alSndpDelete, n_alSndpDelete

Deletes a sound player

Syntax

#include <libaudio.h>     /* libaudio.h */ 
void alSndpDelete(ALSndPlayer *sndp);
#include <n_libaudio.h>     /* n_libaudio.h */
void n_alSndpDelete(void);

Arguments

seqp
Pointer to the player structure to be deleted

Description

alSndpDelete signs out of the synthesis driver. Before signing out, ensure that all sounds are in the AL_STOPPED state.

For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.

See Also

alSndpNew

Revision History

1999/04/30 Changed Format