libmp3splt
|
#include <mp3splt.h>
Data Fields | |
int | album_tag_format |
int | artist_tag_format |
int | auto_increment_tracknumber_tags |
int | comment_tag_format |
int | create_dirs_from_filenames |
int | enable_silence_log |
int | force_tags_version |
int | length_split_file_number |
int | option_auto_adjust |
int | option_frame_mode |
int | option_input_not_seekable |
splt_output_filenames_options | output_filenames |
long | overlap_time |
int | parameter_gap |
float | parameter_minimum_length |
int | parameter_number_tracks |
float | parameter_offset |
int | parameter_remove_silence |
float | parameter_threshold |
int | pretend_to_split |
int | quiet_mode |
int | remaining_tags_like_x |
int | replace_tags_in_tags |
int | replace_underscores_tag_format |
int | set_file_from_cue_if_file_tag_found |
splt_split_mode_options | split_mode |
float | split_time |
splt_tags_options | tags |
int | title_tag_format |
int |
True means: input not seekable.
enabling this allows you to split mp3 and ogg streams which can be read only one time and canât be seeked. WARNING! if you don't know what this means you know why it is wise to set this to FALSE.
Definition at line 581 of file mp3splt.h.
Referenced by splt_pl_split().
Auto-Adjust: the gap value around splitpoint to search for silence.
(positive integer for the time to decode before and after splitpoint;default gap is 30 seconds)
Definition at line 646 of file mp3splt.h.
Referenced by splt_pl_split().
the sound level to be considered silence
(is a float number between -96 and 0. Default is -48 dB)
Definition at line 596 of file mp3splt.h.
Referenced by splt_pl_split().
float splt_options::split_time |