Functions | |
splt_code | mp3splt_split (splt_state *state) |
splt_code | mp3splt_stop_split (splt_state *state) |
char ** | mp3splt_find_filenames (splt_state *state, const char *filename, int *num_of_files_found, splt_code *error) |
splt_code mp3splt_split | ( | splt_state * | state | ) |
Executes the main split process.
[in] | state | Main state. |
splt_code mp3splt_stop_split | ( | splt_state * | state | ) |
Stop the main split process.
[in] | state | Main state. |
char** mp3splt_find_filenames | ( | splt_state * | state, |
const char * | filename, | ||
int * | num_of_files_found, | ||
splt_code * | error | ||
) |
Recursive search of all the filenames matching the loaded plugins.
[in] | state | Main state. |
[in] | filename | Directory to be looked for recursive search. |
[out] | num_of_files_found | Number of files found. |
[out] | error | Possible error; can be NULL. |