snd_out_stop%(snd_out%)

Parameters
snd_out%
Handle to an open snd_out object created with snd_out_open.

Description
Stops all playback on a snd_out object. If there is any pending data, it will be discarded.

Return
Returns 1 if playback was stopped, 0 otherwise.

SndLib : Sound Output : snd_out_stop