Enumerations | |
enum | splt_export_type { CUE_EXPORT } |
Functions | |
splt_code | mp3splt_export (splt_state *state, splt_export_type type, const char *file, int stop_at_total_time) |
enum splt_export_type |
splt_code mp3splt_export | ( | splt_state * | state, |
splt_export_type | type, | ||
const char * | file, | ||
int | stop_at_total_time | ||
) |
Export splitpoints from the state
into the file
saved as type
.
[in] | state | Main state. |
[in] | type | Export type. |
[in] | file | File to be written with splitpoints from the state . |
[in] | stop_at_total_time | If SPLT_TRUE, don't export splitpoints after the total time of the input file. |