BASS.NET API for the Un4seen BASS Audio Library

BaseDSPOnBypassChanged Method

BASS.NET API for the Un4seen BASS Audio Library
This method will be called every time the SetBypass(Boolean) method had been called.

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

public virtual void OnBypassChanged()
Remarks

In the default implementation this method does nothing. It might be overridden in a derived class to reflect a change of the bypass status, e.g. to reset an internal buffer etc.
See Also

Reference