|
libmp3splt
|
#include <mp3splt.h>

Data Fields | |
| int | cancel_split |
| void * | codec |
| int | current_plugin |
| char * | default_comment_tag |
| char * | default_genre_tag |
| splt_error | err |
| splt_freedb | fdb |
| char * | fname_to_split |
| char * | input_fname_regex |
| splt_internal | iopts |
| char * | m3u_filename |
| splt_oformat | oformat |
| splt_options | options |
| splt_tags | original_tags |
| char * | path_of_split |
| splt_plugins * | plug |
| splt_syncerrors * | serrors |
| struct splt_ssplit * | silence_list |
| char * | silence_log_fname |
| splt_struct | split |
| unsigned long | syncerrors |
| splt_wrap * | wrap |
| void* splt_state::codec |
file format states, mp3,ogg..
Definition at line 805 of file mp3splt.h.
Referenced by splt_mp3_init(), splt_ogg_info(), splt_pl_check_plugin_is_for_file(), splt_pl_end(), splt_pl_init(), splt_pl_scan_silence(), and splt_pl_simple_split().
filename to split
Definition at line 759 of file mp3splt.h.
Referenced by splt_t_get_filename_to_split(), and splt_t_set_filename_to_split().
output format
Definition at line 780 of file mp3splt.h.
Referenced by splt_of_put_output_format_filename().
tags of the original file to split
Definition at line 773 of file mp3splt.h.
Referenced by splt_mp3_get_output_tags_version().
syncerror related
Definition at line 784 of file mp3splt.h.
Referenced by mp3splt_get_syncerrors(), and splt_s_error_split().
| struct splt_ssplit* splt_state::silence_list |
see the ssplit structure
Definition at line 799 of file mp3splt.h.
Referenced by splt_s_set_silence_splitpoints().
split related
Definition at line 778 of file mp3splt.h.
Referenced by mp3splt_set_message_function(), mp3splt_set_progress_function(), mp3splt_set_split_filename_function(), mp3splt_split(), splt_of_put_output_format_filename(), and splt_s_set_silence_splitpoints().
| unsigned long splt_state::syncerrors |
counter for the number of sync errors found
Definition at line 791 of file mp3splt.h.
Referenced by splt_mp3_init(), and splt_pl_end().
wrap related
Definition at line 782 of file mp3splt.h.
Referenced by mp3splt_get_wrap_files(), splt_w_set_wrap_default_values(), splt_w_wrap_free(), and splt_w_wrap_put_file().