alCSPStop, n_alCSPStop
Stops the target compressed MIDI sequence
Syntax
#include <libaudio.h> /* libaudio.h */ void alCSPStop( ALCSPlayer *seqp);#include <n_libaudio.h> /* n_libaudio.h */ void n_alCSPStop(N_ALCSPlayer *seqp);
Arguments
Description
alCSPStop causes the compressed MIDI sequence player specified by seqp to stop its target sequence. You can set the target sequence by calling the alCSPSetSeq function.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
See Also
alCSPPlay, alCSPSetSeq, alCSeqPlayer
1999/04/30 Changed Format