Exemple #1
0
 // pauses the currently playing song
 public bool pause()
 {
     return(player.pause());
 }