libmp3splt
|
#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)
char splt_progres::filename_shorted[512] |
void(* splt_progres::progress)(struct splt_progres *) |
A pointer to the callback function.
Definition at line 330 of file mp3splt.h.
Referenced by mp3splt_set_progress_function().