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 Struct Reference

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_Tracktracks
 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.

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.