FLAC cue sheet metadata block
- See:
-
- Flac.FLAC__MetadataType#FLAC__METADATA_TYPE_CUESHEET
Properties:
Name | Type | Description |
---|---|---|
media_catalog_number |
string | Media catalog number, in ASCII printable characters 0x20-0x7e. In general, the media catalog number may be 0 to 128 bytes long. |
lead_in |
number | The number of lead-in samples. |
is_cd |
boolean | true if CUESHEET corresponds to a Compact Disc, else false. |
num_tracks |
number | The number of tracks. |
tracks |
Array.<Flac.CueSheetTrack> | the tracks |