Пример #1
0
 /** Stop the currently playing sound file (if there is one playing). */
 private void stop() {
   player.stop();
 }