#include <format.h>
| Public Attributes | |
| FLAC__uint64 | offset | 
| FLAC__byte | number | 
| char | isrc [13] | 
| unsigned | type:1 | 
| unsigned | pre_emphasis:1 | 
| FLAC__byte | num_indices | 
| FLAC__StreamMetadata_CueSheet_Index * | indices | 
| 
 | 
| Track offset in samples, relative to the beginning of the FLAC audio stream. | 
| 
 | 
| The track number. | 
| 
 | 
| 
Track ISRC. This is a 12-digit alphanumeric code plus a trailing  | 
| 
 | 
| The track type: 0 for audio, 1 for non-audio. | 
| 
 | 
| The pre-emphasis flag: 0 for no pre-emphasis, 1 for pre-emphasis. | 
| 
 | 
| The number of track index points. | 
| 
 | 
| NULL if num_indices == 0, else pointer to array of index points. |