mp3splt-gtk
Export splitpoints
Collaboration diagram for Export splitpoints:

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)
 

Detailed Description

Enumeration Type Documentation

Type of the export.

See Also
mp3splt_export

Definition at line 1862 of file mp3splt.h.

Function Documentation

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.

Parameters
[in]stateMain state.
[in]typeExport type.
[in]fileFile to be written with splitpoints from the state.
[in]stop_at_total_timeIf SPLT_TRUE, don't export splitpoints after the total time of the input file.
Returns
Possible error.