Header - Mp3 file format. More...
#include <stdbool.h>#include "db5_types.h"Go to the source code of this file.
Functions | |
| bool | mp3_generate_row (const char *filename, db5_row *row) |
| generate a db5 row retrieving needed informations in file | |
Header - Mp3 file format.
Definition in file mp3.h.
| bool mp3_generate_row | ( | const char * | filename, | |
| db5_row * | row | |||
| ) |
generate a db5 row retrieving needed informations in file
| filename | the local filename - utf8 | |
| row | a pointer to return results |
Definition at line 173 of file mp3.c.
References add_log(), ADDLOG_DEBUG, ADDLOG_RECOVER, and check.
Referenced by db5_generate_row().
1.6.1