Home
last modified time | relevance | path

Searched defs:DB_playlist_s (Results 1 – 1 of 1) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Ddeadbeef.h1614 typedef struct DB_playlist_s { struct
1615 DB_plugin_t plugin;
1617 …*after, const char *fname, int *pabort, int (*cb)(DB_playItem_t *it, void *data), void *user_data);
1622 int (*save) (ddb_playlist_t *plt, const char *fname, DB_playItem_t *first, DB_playItem_t *last);
1624 … char **extensions; // NULL-terminated list of supported file extensions, e.g. {"m3u", "pls", NULL}
1628 …load2) (int visibility, ddb_playlist_t *plt, DB_playItem_t *after, const char *fname, int *pabort);