FLAC__StreamMetadata_CueSheet_Index

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

extern (C) nothrow
struct FLAC__StreamMetadata_CueSheet_Index {}

Members

Variables

number
FLAC__byte number;

< Offset in samples, relative to the track offset, of the index point.

offset
FLAC__uint64 offset;
Undocumented in source.

Meta