Ejemplo n.º 1
0
 protected void OnTrackFinished()
 {
     TrackFinished?.Invoke(this, EventArgs.Empty);
 }
Ejemplo n.º 2
0
 private void LoopStream_StreamFinished(object sender, EventArgs e)
 {
     TrackFinished?.Invoke(this, EventArgs.Empty);
 }