Example #1
0
File: player.cpp Project: valir/vpd
void prev() {
  stop();
  currentPlaylistItem = playlist_.prev();
  play();
}