BASS.NET API for the Un4seen BASS Audio Library

DSP_IIRDelayReset Method

BASS.NET API for the Un4seen BASS Audio Library
Clears the internal buffer.

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

public void Reset()
Remarks

It is a good idea to call this method whenever you change the position of the stream.

This will also automatically be called OnChannelChanged.

See Also

Reference