FLAC__StreamMetadata_CueSheet

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

Members

Variables

is_cd
FLAC__bool is_cd;

< The number of lead-in samples.

lead_in
FLAC__uint64 lead_in;

< Media catalog number, in ASCII printable characters 0x20-0x7e. In general, the media catalog number may be 0 to 128 bytes long; any unused characters should be right-padded with NUL characters.

media_catalog_number
char[129] media_catalog_number;
Undocumented in source.
num_tracks
uint num_tracks;

< \c true if CUESHEET corresponds to a Compact Disc, else \c false.

tracks
FLAC__StreamMetadata_CueSheet_Track* tracks;

< The number of tracks.

Meta