Renesas / Mbed OS GR-PEACH_Audio_Playback_Sample

Dependencies:   R_BSP TLV320_RBSP USBHost_custom

Embed: (wiki syntax)

« Back to documentation index

FLAC__Subframe_Verbatim Struct Reference

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

VERBATIM subframe. More...

#include <format.h>

Data Fields

const FLAC__int32 * data
 A pointer to verbatim signal.

Detailed Description

VERBATIM subframe.

(c.f. format specification)

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


Field Documentation

const FLAC__int32* data

A pointer to verbatim signal.

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