BASS.NET API for the Un4seen BASS Audio Library

WINAMP_DSPStop Method

BASS.NET API for the Un4seen BASS Audio Library
Stops the currently started Winamp DSP plugin module.

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

public bool Stop()

Return Value

Type: Boolean
on success, else .
Remarks

Make sure to call this method once you Start(Int32, Int32, Int32)ed it.
See Also

Reference