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

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

FLAC PADDING structure. More...

#include <format.h>

Data Fields

int dummy
 Conceptually this is an empty struct since we don't store the padding bytes.

Detailed Description

FLAC PADDING structure.

(c.f. format specification)

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


Field Documentation

int dummy

Conceptually this is an empty struct since we don't store the padding bytes.

Empty structs are not allowed by some C compilers, hence the dummy.

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