Skip to content
  • Rémi Denis-Courmont's avatar
    playlist: add (proper) playlist_Pause() and playlist_Resume() · 612bcfc8
    Rémi Denis-Courmont authored
    Those two functions have no effects if the playlist is stopped.
    Otherwise they force the playlist to playing ("running") or paused
    state respectively.
    
    As a reminder, the existing playlist_Play() forces the playlist into
    running state (unless it is empty), and playlist_Stop() forces the
    playlist into stopped state (unless the input thread refuses to die).
    There are no functions to force the playlist to paused state.
    612bcfc8