public bool Stop() { return(Bass.StopChannel(Handle)); }
public bool Stop() { RestartOnNextPlayback = true; return(Bass.StopChannel(Handle)); }