libmp3splt
src/output_format.c File Reference
#include <string.h>
#include <math.h>
#include "splt.h"
Include dependency graph for output_format.c:

Go to the source code of this file.

Functions

void splt_of_free_oformat (splt_state *state)
const char * splt_of_get_oformat (splt_state *state)
char splt_of_get_oformat_number_of_digits_as_char (splt_state *state)
int splt_of_get_oformat_number_of_digits_as_int (splt_state *state)
int splt_of_reparse_oformat (splt_state *state)
int splt_of_set_default_values (splt_state *state)
void splt_of_set_oformat (splt_state *state, const char *format_string, int *error, int ignore_incorrect_format_warning)
void splt_of_set_oformat_digits (splt_state *state)
void splt_of_set_oformat_digits_tracks (splt_state *state, int tracks)

Detailed Description

The format of output file names.

Definition in file output_format.c.