The "GR-PEACH_Audio_Playback_7InchLCD_Sample" is a sample code that can provides high-resolution audio playback of FLAC format files. It also allows the user to audio-playback control functions such as play, pause, and stop by manipulating key switches.

Dependencies:   GR-PEACH_video R_BSP TLV320_RBSP USBHost_custom

Fork of GR-PEACH_Audio_Playback_Sample by Renesas

Embed: (wiki syntax)

« Back to documentation index

FLAC__StreamMetadata_CueSheet_Index Struct Reference

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.