Renesas / Mbed OS GR-PEACH_Audio_Playback_7InchLCD_Sample

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

FLAC__StreamMetadata_CueSheet_Track Struct Reference
[FLAC/format.h: format components]

FLAC CUESHEET track structure. More...

#include <format.h>

Data Fields

FLAC__uint64 offset
 Track offset in samples, relative to the beginning of the FLAC audio stream.
FLAC__byte number
 The track number.
char isrc [13]
 Track ISRC.
unsigned type:1
 The track type: 0 for audio, 1 for non-audio.
unsigned pre_emphasis:1
 The pre-emphasis flag: 0 for no pre-emphasis, 1 for pre-emphasis.
FLAC__byte num_indices
 The number of track index points.
FLAC__StreamMetadata_CueSheet_Indexindices
 NULL if num_indices == 0, else pointer to array of index points.

Detailed Description

FLAC CUESHEET track structure.

(See the format specification for the full description of each field.)

Definition at line 666 of file include/FLAC/format.h.


Field Documentation

NULL if num_indices == 0, else pointer to array of index points.

Definition at line 686 of file include/FLAC/format.h.

char isrc[13]

Track ISRC.

This is a 12-digit alphanumeric code plus a trailing NUL byte

Definition at line 674 of file include/FLAC/format.h.

FLAC__byte num_indices

The number of track index points.

Definition at line 683 of file include/FLAC/format.h.

FLAC__byte number

The track number.

Definition at line 671 of file include/FLAC/format.h.

FLAC__uint64 offset

Track offset in samples, relative to the beginning of the FLAC audio stream.

Definition at line 668 of file include/FLAC/format.h.

unsigned pre_emphasis

The pre-emphasis flag: 0 for no pre-emphasis, 1 for pre-emphasis.

Definition at line 680 of file include/FLAC/format.h.

unsigned type

The track type: 0 for audio, 1 for non-audio.

Definition at line 677 of file include/FLAC/format.h.