FLAC__StreamMetadata_CueSheet_Track

FLAC CUESHEET track structure. (See the <A HREF="../format.html#cuesheet_track">format specification</A> for the full description of each field.)

Members

Variables

indices
FLAC__StreamMetadata_CueSheet_Index* indices;

< The number of track index points.

isrc
char[13] isrc;

< The track number.

num_indices
FLAC__byte num_indices;

< Track ISRC. This is a 12-digit alphanumeric code plus a trailing \c NUL byte

number
FLAC__byte number;

< Track offset in samples, relative to the beginning of the FLAC audio stream.

offset
FLAC__uint64 offset;
Undocumented in source.

Meta