Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: GR-PEACH_video R_BSP TLV320_RBSP USBHost_custom
Fork of GR-PEACH_Audio_Playback_Sample by
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.
Generated on Tue Jul 12 2022 19:32:30 by
