Go to the source code of this file.
Defines | |
#define | PLAYLIST_SAVE_FLAG 0x01 |
#define | PLAYLIST_SKIP_FLAG 0x02 |
#define | PLAYLIST_ENA_FLAG 0x04 |
#define | PLAYLIST_DEL_FLAG 0x08 |
#define | PLAYLIST_RO_FLAG 0x10 |
#define | PLAYLIST_REMOVE_FLAG 0x20 |
#define | VIEW_CATEGORY 1 |
Enumerations | |
enum | playlist_status_t |
Functions | |
playlist_t * | __playlist_Create (vlc_object_t *) |
int | playlist_Destroy (playlist_t *) |
playlist_item_t * | playlist_FindNextFromParent (playlist_t *p_playlist, int i_view, playlist_item_t *p_root, playlist_item_t *p_node, playlist_item_t *p_item) |
playlist_item_t * | playlist_FindPrevFromParent (playlist_t *p_playlist, int i_view, playlist_item_t *p_root, playlist_item_t *p_node, playlist_item_t *p_item) |
Definition in file vlc_playlist.h.