src/playlist_queue.h File Reference

Glue between playlist plugin and the play queue. More...

#include "playlist_error.h"
#include <stdbool.h>

Go to the source code of this file.

Functions

enum playlist_result playlist_load_into_queue (const char *uri, struct playlist_provider *source, unsigned start_index, unsigned end_index, struct playlist *dest, struct player_control *pc, bool secure)
 Loads the contents of a playlist and append it to the specified play queue.
enum playlist_result playlist_open_into_queue (const char *uri, unsigned start_index, unsigned end_index, struct playlist *dest, struct player_control *pc, bool secure)
 Opens a playlist with a playlist plugin and append to the specified play queue.

Detailed Description

Glue between playlist plugin and the play queue.

Definition in file playlist_queue.h.


Function Documentation

enum playlist_result playlist_load_into_queue ( const char *  uri,
struct playlist_provider source,
unsigned  start_index,
unsigned  end_index,
struct playlist dest,
struct player_control pc,
bool  secure 
)

Loads the contents of a playlist and append it to the specified play queue.

Parameters:
uri the URI of the playlist, used to resolve relative song URIs
start_index the index of the first song
end_index the index of the last song (excluding)
enum playlist_result playlist_open_into_queue ( const char *  uri,
unsigned  start_index,
unsigned  end_index,
struct playlist dest,
struct player_control pc,
bool  secure 
)

Opens a playlist with a playlist plugin and append to the specified play queue.


Generated on 17 Jul 2013 for MPD by  doxygen 1.6.1