src/split_points.c File Reference

All functions needed for handling split points (adding to the list, checking, of this split point already exists,. More...

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

Go to the source code of this file.

Functions

int splt_sp_append_splitpoint (splt_state *state, long split_value, const char *name, int type)
int splt_sp_cut_splitpoint_extension (splt_state *state, int index)
void splt_sp_free_splitpoints (splt_state *state)
void splt_sp_get_mins_secs_hundr_from_splitpoint (long splitpoint, long *mins, long *secs, long *hundr)
const char * splt_sp_get_splitpoint_name (splt_state *state, int index, int *error)
int splt_sp_get_splitpoint_type (splt_state *state, int index, int *error)
long splt_sp_get_splitpoint_value (splt_state *state, int index, int *error)
splt_pointsplt_sp_get_splitpoints (splt_state *state, int *splitpoints_number)
void splt_sp_order_splitpoints (splt_state *state, int len)
long splt_sp_overlap_time (splt_state *state, int splitpoint_index)
int splt_sp_set_splitpoint_name (splt_state *state, int index, const char *name)
int splt_sp_set_splitpoint_type (splt_state *state, int index, int type)
int splt_sp_set_splitpoint_value (splt_state *state, int index, long split_value)
void splt_sp_skip_minimum_track_length_splitpoints (splt_state *state, int *error)
int splt_sp_splitpoint_exists (splt_state *state, int index)

Detailed Description

All functions needed for handling split points (adding to the list, checking, of this split point already exists,.

..)

Definition in file split_points.c.


Generated on 3 Aug 2012 for libmp3splt by  doxygen 1.6.1