Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Ddeadbeef.h1387 typedef struct DB_decoder_s { struct
1388 DB_plugin_t plugin;
1390 DB_fileinfo_t *(*open) (uint32_t hints);
1393 int (*init) (DB_fileinfo_t *info, DB_playItem_t *it);
1396 void (*free) (DB_fileinfo_t *info);
1402 int (*seek) (DB_fileinfo_t *info, float seconds);
1414 int (*numvoices) (DB_fileinfo_t *info);
1417 int (*read_metadata) (DB_playItem_t *it);
1418 int (*write_metadata) (DB_playItem_t *it);
1424 const char **exts;
[all …]