BASS.NET API for the Un4seen BASS Audio Library

BaseDSPOnStopped Method

BASS.NET API for the Un4seen BASS Audio Library
This method will be called every time the Stop method had been called.

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

public virtual void OnStopped()
Remarks

In the default implementation this method does nothing. It might be overridden in a derived class to perform some addition cleanup calculations whenever the DSP was stopped, e.g. to reset an internal buffer etc.
See Also

Reference