BASS.NET API for the Un4seen BASS Audio Library

BaseDSPOnStarted Method

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

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

public virtual void OnStarted()
Remarks

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

Reference