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

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

FLAC frame footer structure. More...

#include <format.h>

Data Fields

FLAC__uint16 crc
 CRC-16 (polynomial = x^16 + x^15 + x^2 + x^0, initialized with 0) of the bytes before the crc, back to and including the frame header sync code.

Detailed Description

FLAC frame footer structure.

(c.f. format specification)

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


Field Documentation

FLAC__uint16 crc

CRC-16 (polynomial = x^16 + x^15 + x^2 + x^0, initialized with 0) of the bytes before the crc, back to and including the frame header sync code.

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