コード例 #1
0
 private void Stop()
 {
     _mediaPlayer.Stop();
     _mediaPlayer.Close();
 }
コード例 #2
0
 /// <summary>
 /// Frees resources and media channels
 /// </summary>
 public void Dispose()
 {
     _mediaPlayer.Close();
 }