示例#1
0
 // stops the song that is currently playing
 public void stop()
 {
     player.stop();
 }