|
mp3splt-gtk
|
#include <mp3splt.h>

Data Fields | |
| int | current_split |
| char | filename_shorted [512] |
| int | max_splits |
| float | percent_progress |
| void(* | progress )(struct splt_progres *, void *) |
| void * | progress_cb_data |
| int | progress_text_max_char |
| int | progress_type |
| float | silence_db_level |
| int | silence_found_tracks |
| int | user_data |
The data structure for the progress bar.
The meanings of the values are:
float = fraction in percent char * = string (name on the progress bar)
| int splt_progres::current_split |
| char splt_progres::filename_shorted[512] |
| float splt_progres::percent_progress |
| void(* splt_progres::progress)(struct splt_progres *, void *) |
| int splt_progres::progress_text_max_char |
| int splt_progres::progress_type |
| float splt_progres::silence_db_level |
| int splt_progres::silence_found_tracks |
| int splt_progres::user_data |