BASS.NET API for the Un4seen BASS Audio Library

DSP_BufferStreamClearBuffer Method

BASS.NET API for the Un4seen BASS Audio Library
Clears the internal buffer (zeros all elements) and resets the buffer pointer.

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

public void ClearBuffer()
Remarks

Use this method e.g. when you paused/stoped the original ChannelHandle.
See Also

Reference