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: GR-PEACH_video R_BSP TLV320_RBSP USBHost_custom
Fork of GR-PEACH_Audio_Playback_Sample by
FLAC__StreamMetadata_CueSheet_Index Struct Reference
[FLAC/format.h: format components]
FLAC CUESHEET track index structure. More...
#include <format.h>
Data Fields | |
FLAC__uint64 | offset |
Offset in samples, relative to the track offset, of the index point. | |
FLAC__byte | number |
The index point number. |
Detailed Description
FLAC CUESHEET track index structure.
(See the format specification for the full description of each field.)
Definition at line 647 of file include/FLAC/format.h.
Field Documentation
FLAC__byte number |
The index point number.
Definition at line 654 of file include/FLAC/format.h.
FLAC__uint64 offset |
Offset in samples, relative to the track offset, of the index point.
Definition at line 649 of file include/FLAC/format.h.
Generated on Tue Jul 12 2022 19:32:30 by
