TAG_FLAC_CUE_TRACK structure

FLAC cuesheet tag track structure.

typedef struct {
    QWORD offset;
    DWORD number;
    char *isrc;
    DWORD flags;
    DWORD nindexes;
    TAG_FLAC_CUE_TRACK_INDEX *indexes;
} TAG_FLAC_CUE_TRACK;

Members

offsetTrack offset in samples.
numberThe track number.
isrcInternational Standard Recording Code.
flagsAny combination of the following flags.
TAG_FLAC_CUE_TRACK_DATANon-audio.
TAG_FLAC_CUE_TRACK_PREPre-emphasis.
nindexesThe number of indexes.
indexesThe indexes.

See also

TAG_FLAC_CUE structure