snd_in_stop%(snd_in)

Parameters
snd_in
Handle to a snd_in object created with snd_in_open.

Description
Stops the recording process on a snd_in device. If the device is not recording, this
function is ignored.

Note: There may still be recorded data available even if the device is stopped. See
snd_in_readavail.htm">snd_in_readavail for details on checking for available recorded data.

Return
Returns 1 if the device stopped recording, 0 otherwise.

SndLib : Sound Input : snd_in_stop