Err ssplStopSpooler ( SoundSpooler *sspl )
ssplStopSpooler()
stops the SoundSpooler's sample player instrument. Unlike ssplPause()
, this call does not retain the current sample data position. Starting the spooler after stopping it will start sound playback from the beginning of the first buffer in the active queue. This function merely stops the SoundSpooler's sample player instrument. It does not disturb the active queue.
This function clears SSPL_STATUS_F_STARTED and SSPL_STATUS_F_PAUSED.
ssplStartSpooler
(), ssplPause(), ssplAbort(), StopInstrument(), ssplGetSpoolerStatus()