BASS.NET API for the Un4seen BASS Audio Library

BaseDSPStop Method

BASS.NET API for the Un4seen BASS Audio Library
Stops (removes) the DSP from the channel.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool Stop()

Return Value

Type: Boolean
, if the DSP was removed successfully - else will be returned (e.g. in case that the DSP has already been removed).
Remarks

A DSP will automatically be removed, if the channel is being freed. So there is not an explicit need of calling Stop at the end of stream. However, the ChannelHandle and DSPHandle might return invalid handle in such case. You might use BASS_ChannelIsActive(Int32) to check, if a channel is still active.

See Also

Reference