src/types_func.c File Reference

Set global parameters like the name of the file that has to be split. More...

#include <string.h>
#include "splt.h"
Include dependency graph for types_func.c:

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_statesplt_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)

Detailed Description

Set global parameters like the name of the file that has to be split.

Definition in file types_func.c.


Function Documentation

char * splt_t_get_filename_to_split ( splt_state state  ) 
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().

Here is the caller graph for this function:


Generated on 3 Aug 2012 for libmp3splt by  doxygen 1.6.1