Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: R_BSP TLV320_RBSP USBHost_custom
FLAC__StreamMetadata_CueSheet Struct Reference
[FLAC/format.h: format components]
FLAC CUESHEET structure. More...
#include <format.h>
Data Fields | |
| char | media_catalog_number [129] |
| Media catalog number, in ASCII printable characters 0x20-0x7e. | |
| FLAC__uint64 | lead_in |
| The number of lead-in samples. | |
| FLAC__bool | is_cd |
true if CUESHEET corresponds to a Compact Disc, else false. | |
| unsigned | num_tracks |
| The number of tracks. | |
| FLAC__StreamMetadata_CueSheet_Track * | tracks |
| NULL if num_tracks == 0, else pointer to array of tracks. | |
Detailed Description
FLAC CUESHEET structure.
(See the format specification for the full description of each field.)
Definition at line 703 of file include/FLAC/format.h.
Field Documentation
| FLAC__bool is_cd |
true if CUESHEET corresponds to a Compact Disc, else false.
Definition at line 714 of file include/FLAC/format.h.
| FLAC__uint64 lead_in |
The number of lead-in samples.
Definition at line 711 of file include/FLAC/format.h.
| char media_catalog_number[129] |
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.
Definition at line 705 of file include/FLAC/format.h.
| unsigned num_tracks |
The number of tracks.
Definition at line 717 of file include/FLAC/format.h.
NULL if num_tracks == 0, else pointer to array of tracks.
Definition at line 720 of file include/FLAC/format.h.
Generated on Tue Jul 12 2022 22:07:09 by
1.7.2