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 *) |
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 |
the splitpoint we are currently splitting
Definition at line 315 of file mp3splt.h.
Referenced by change_window_progress_bar().
char splt_progres::filename_shorted[512] |
Name of the file we are currently splitting.
Definition at line 311 of file mp3splt.h.
Referenced by change_window_progress_bar().
int splt_progres::max_splits |
the maximum number of splits
Definition at line 317 of file mp3splt.h.
Referenced by change_window_progress_bar().
float splt_progres::percent_progress |
the current percent of the progress
Definition at line 313 of file mp3splt.h.
Referenced by change_window_progress_bar().
void(* splt_progres::progress)(struct splt_progres *) |
int splt_progres::progress_text_max_char |
int splt_progres::progress_type |
the progress bar type
can be:
Definition at line 325 of file mp3splt.h.
Referenced by change_window_progress_bar().
float splt_progres::silence_db_level |
The silence leven in dB.
Definition at line 329 of file mp3splt.h.
Referenced by change_window_progress_bar().
int splt_progres::silence_found_tracks |
infos for the silence split
Definition at line 327 of file mp3splt.h.
Referenced by change_window_progress_bar().
int splt_progres::user_data |