- abort
void function(DB_FILE* stream) abort;
Undocumented in source.
- close
void function(DB_FILE* f) close;
Undocumented in source.
- get_content_type
char* function(DB_FILE* stream) get_content_type;
Undocumented in source.
- get_scheme_for_name
char* function(in char* fname) get_scheme_for_name;
Undocumented in source.
- get_schemes
char** function() get_schemes;
Undocumented in source.
- getlength
long function(DB_FILE* stream) getlength;
Undocumented in source.
- is_container
int function(in char* fname) is_container;
Undocumented in source.
- is_streaming
int function() is_streaming;
Undocumented in source.
- open
DB_FILE* function(in char* fname) open;
Undocumented in source.
- plugin
DB_plugin_t plugin;
Undocumented in source.
- read
size_t function(void* ptr, size_t size, size_t nmemb, DB_FILE* stream) read;
Undocumented in source.
- rewind
void function(DB_FILE* stream) rewind;
Undocumented in source.
- scandir
int function(in char* dir, dirent*** namelist, int function(in dirent*) selector, int function(in dirent**, in dirent**) cmp) scandir;
Undocumented in source.
- seek
int function(DB_FILE* stream, long offset, int whence) seek;
Undocumented in source.
- set_track
void function(DB_FILE* f, DB_playItem_t* it) set_track;
Undocumented in source.
- tell
long function(DB_FILE* stream) tell;
Undocumented in source.