コード例 #1
0
ファイル: player.cpp プロジェクト: valir/vpd
void prev() {
  stop();
  currentPlaylistItem = playlist_.prev();
  play();
}