libmp3splt  0.9.2
Lossless library for splitting audio formats like mp3, ogg vorbis and FLAC.
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)

Enumeration Type Documentation

Type of the export.

See also:
mp3splt_export

Definition at line 1987 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.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines