Set global parameters like the name of the file that has to be split. More...
#include <string.h>
#include "splt.h"
Go to the source code of this file.
Functions | |
void | splt_t_clean_one_split_data (splt_state *state, int num) |
void | splt_t_clean_split_data (splt_state *state, int tracks) |
void | splt_t_current_split_next (splt_state *state) |
void | splt_t_free_splitpoints_tags (splt_state *state) |
void | splt_t_free_state (splt_state *state) |
int | splt_t_get_current_split (splt_state *state) |
int | splt_t_get_current_split_file_number (splt_state *state) |
char * | splt_t_get_default_comment_tag (splt_state *state) |
char * | splt_t_get_default_genre_tag (splt_state *state) |
char * | splt_t_get_filename_to_split (splt_state *state) |
char * | splt_t_get_input_filename_regex (splt_state *state) |
char * | splt_t_get_m3u_file_with_path (splt_state *state, int *error) |
char * | splt_t_get_m3u_filename (splt_state *state) |
char * | splt_t_get_new_filename_path (splt_state *state) |
char * | splt_t_get_path_of_split (splt_state *state) |
char * | splt_t_get_silence_log_fname (splt_state *state) |
int | splt_t_get_splitnumber (splt_state *state) |
long | splt_t_get_total_time (splt_state *state) |
double | splt_t_get_total_time_as_double_secs (splt_state *state) |
splt_state * | splt_t_new_state (splt_state *state, int *error) |
void | splt_t_set_current_split (splt_state *state, int index) |
int | splt_t_set_default_comment_tag (splt_state *state, const char *default_comment) |
int | splt_t_set_default_genre_tag (splt_state *state, const char *default_genre) |
int | splt_t_set_filename_to_split (splt_state *state, const char *filename) |
int | splt_t_set_input_filename_regex (splt_state *state, const char *regex) |
int | splt_t_set_m3u_filename (splt_state *state, const char *filename) |
void | splt_t_set_new_filename_path (splt_state *state, const char *new_filename_path, int *error) |
int | splt_t_set_path_of_split (splt_state *state, const char *path_of_split) |
int | splt_t_set_silence_log_fname (splt_state *state, const char *filename) |
void | splt_t_set_splitnumber (splt_state *state, int number) |
void | splt_t_set_stop_split (splt_state *state, int bool_value) |
void | splt_t_set_total_time (splt_state *state, long value) |
int | splt_t_split_is_canceled (splt_state *state) |
Set global parameters like the name of the file that has to be split.
Definition in file types_func.c.
char * splt_t_get_filename_to_split | ( | splt_state * | state | ) |
returns the name of the file that has to be split.
Definition at line 364 of file types_func.c.
References splt_state::fname_to_split.
Referenced by mp3splt_get_filename_to_split(), mp3splt_split(), splt_cue_export_to_file(), splt_mp3_get_output_tags_version(), splt_mp3_init(), splt_mp3_write_id3v1_tags(), splt_of_put_output_format_filename(), splt_ogg_info(), splt_pl_check_plugin_is_for_file(), splt_pl_init(), splt_pl_set_original_tags(), splt_s_set_silence_splitpoints(), and splt_s_wrap_split().
int splt_t_set_filename_to_split | ( | splt_state * | state, | |
const char * | filename | |||
) |
Sets the name of the file that has to be split.
Definition at line 357 of file types_func.c.
References splt_state::fname_to_split.
Referenced by mp3splt_set_filename_to_split(), and mp3splt_split().