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

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

SeekPoint structure used in SEEKTABLE blocks. More...

#include <format.h>

Data Fields

FLAC__uint64 sample_number
 The sample number of the target frame.
FLAC__uint64 stream_offset
 The offset, in bytes, of the target frame with respect to beginning of the first frame.
unsigned frame_samples
 The number of samples in the target frame.

Detailed Description

SeekPoint structure used in SEEKTABLE blocks.

(c.f. format specification)

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


Field Documentation

unsigned frame_samples

The number of samples in the target frame.

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

FLAC__uint64 sample_number

The sample number of the target frame.

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

FLAC__uint64 stream_offset

The offset, in bytes, of the target frame with respect to beginning of the first frame.

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