- exts
char** exts;
Undocumented in source.
- free
void function(DB_fileinfo_t* info) free;
Undocumented in source.
- init
int function(DB_fileinfo_t* info, DB_playItem_t* it) init;
Undocumented in source.
- insert
DB_playItem_t* function(ddb_playlist_t* plt, DB_playItem_t* after, in char* fname) insert;
Undocumented in source.
- mutevoice
void function(DB_fileinfo_t* info, int voice, int mute) mutevoice;
Undocumented in source.
- numvoices
int function(DB_fileinfo_t* info) numvoices;
Undocumented in source.
- open
DB_fileinfo_t* function(uint hints) open;
Undocumented in source.
- open2
DB_fileinfo_t* function(uint hints, DB_playItem_t* it) open2;
Undocumented in source.
- plugin
DB_plugin_t plugin;
Undocumented in source.
- prefixes
char** prefixes;
Undocumented in source.
- read
int function(DB_fileinfo_t* info, char* buffer, int nbytes) read;
Undocumented in source.
- read_metadata
int function(DB_playItem_t* it) read_metadata;
Undocumented in source.
- seek
int function(DB_fileinfo_t* info, float seconds) seek;
Undocumented in source.
- seek_sample
int function(DB_fileinfo_t* info, int sample) seek_sample;
Undocumented in source.
- write_metadata
int function(DB_playItem_t* it) write_metadata;
Undocumented in source.