TAG_FLAC_CUE structure

FLAC cuesheet tag structure.

typedef struct {
    char *catalog;
    DWORD leadin;
    BOOL iscd;
    DWORD ntracks;
    TAG_FLAC_CUE_TRACK *tracks;
} TAG_FLAC_CUE;

Members

catalogMedia catalog number.
leadinThe number of lead-in samples.
iscdThe cuesheet corresponds to a CD?
ntracksThe number of tracks.
tracksThe tracks.

Remarks

Further details can be found in the FLAC format specification, here: xiph.org/flac/format.html

See also

BASS_ChannelGetTags