protected void OnTrackFinished() { TrackFinished?.Invoke(this, EventArgs.Empty); }
private void LoopStream_StreamFinished(object sender, EventArgs e) { TrackFinished?.Invoke(this, EventArgs.Empty); }