Skip to content
  • Romain Vimont's avatar
    core: playlist: new playlist API · 7c82c7bf
    Romain Vimont authored and Thomas Guillem's avatar Thomas Guillem committed
    
    
    Add a new playlist API.
    
    A playlist contains a simple list of items, and owns a player.
    
    Callbacks are exposed so that clients (UI) are notified when items are
    updated, insert, moved or removed. The playlist is responsible for the
    playback order and repeat mode, and manages a cursor to the "current"
    item.
    
    Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
    7c82c7bf