alSeqpGetSeq, n_alSeqpGetSeq
Returns the sequence currently assigned to the ALSeqPlayer
#include <libaudio.h> /* libaudio.h */ ALSeq *alSeqpGetSeq( ALSeqPlayer *seqp);#include <n_libaudio.h> /* n_libaudio.h */ ALSeq *n_alSeqpGetSeq(N_ALSeqPlayer *seqp);
alSeqpGetSeq returns a pointer to the current sequence. If there is no current sequence, it returns 0.
For details on n_audio library, see the "Chapter 28 n_audio library" section of the Programming Manual.
1999/04/30 Changed Format