Internal structure that bundles all variables the cue utils need. More...
#include <cue.h>
Data Fields | |
int | counter |
int | current_track_type |
int | error |
const char * | file |
int | file_has_been_created_by_us |
int | performer |
int | time_for_track |
int | title |
int | title_is_filename |
int | tracks |
Internal structure that bundles all variables the cue utils need.
Definition at line 37 of file cue.h.
The type of the current track.
The track type determines if this track will be output in the end or not. For a list of possible track types
Definition at line 67 of file cue.h.
Referenced by splt_cue_put_splitpoints().
const char* cue_utils::file |
Has this file been created by us?
If not we append a splitpoint at the end of the file.
Definition at line 58 of file cue.h.
Referenced by splt_cue_put_splitpoints().
Do we have to build the file name from the tags?
Definition at line 52 of file cue.h.
Referenced by splt_cue_put_splitpoints().