コード例 #1
0
ファイル: SoundSystem.cs プロジェクト: gixslayer/darktech
 public void Restart()
 {
     // Signal the back-end to restart.
     // Will block until the restart has completed.
     backEnd.Restart();
 }