BASS.NET API for the Un4seen BASS Audio Library

DSP_StreamCopyReSync Method

BASS.NET API for the Un4seen BASS Audio Library
Re-Synchronizes the StreamCopy with the ChannelHandle when using BASSmix mixer channels.

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

public void ReSync()
Remarks

Call this method right after you unpaused or start playing the ChannelHandle, and if you are using this instance with a TargetMixerStream in order to resync the stream copy after it was paused.
See Also

Reference