コード例 #1
0
ファイル: TestWav.java プロジェクト: lmbvarela/cat200-9-2010
 /** Stop the currently playing sound file (if there is one playing). */
 private void stop() {
   player.stop();
 }