libmp3splt
|
#include <string.h>
#include "splt.h"
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_point * | splt_sp_get_splitpoints (splt_state *state, int *splitpoints_number) |
int | 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) |
int | splt_sp_splitpoint_exists (splt_state *state, int index) |
All functions needed for handling split points (adding to the list, checking, of this split point already exists,...)
Definition in file split_points.c.