Interface: CueSheetTrack

Flac. CueSheetTrack

FLAC cue sheet track data
Properties:
Name Type Description
offset number Track offset in samples, relative to the beginning of the FLAC audio stream.
number number The track number.
isrc string Track ISRC. This is a 12-digit alphanumeric code.
type "AUDIO" | "NON_AUDIO" The track type: audio or non-audio.
pre_emphasis boolean The pre-emphasis flag
num_indices number The number of track index points.
indices Flac.CueSheetTracIndex The track index points.
See: