libmp3splt
cue_utils Struct Reference

#include <cue.h>

Collaboration diagram for cue_utils:

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

Detailed Description

Internal structure that bundles all variables the cue utils need.

Definition at line 37 of file cue.h.


Field Documentation

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

See also:
splt_type_of_splitpoint

Definition at line 67 of file cue.h.

Referenced by splt_cue_put_splitpoints().

const char* cue_utils::file

cue input filename

Definition at line 45 of file cue.h.

Referenced by splt_cue_put_splitpoints().

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?

  • SPLT_FALSE means we build a filename from the tags
  • SPLT_TRUE means filename is track name

Definition at line 52 of file cue.h.

Referenced by splt_cue_put_splitpoints().


The documentation for this struct was generated from the following file: