Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Ddeadbeef.h1537 typedef struct DB_vfs_s { struct
1538 DB_plugin_t plugin;
1548 void (*abort) (DB_FILE *stream);
1551 DB_FILE* (*open) (const char *fname);
1552 void (*close) (DB_FILE *f);
1555 int64_t (*tell) (DB_FILE *stream);
1556 void (*rewind) (DB_FILE *stream);
1557 int64_t (*getlength) (DB_FILE *stream);
1560 const char * (*get_content_type) (DB_FILE *stream);
1564 void (*set_track) (DB_FILE *f, DB_playItem_t *it);
[all …]