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.
Fork of VS1053b by
AudioInfo Struct Reference
Struct for informations about audio streams. More...
#include <VS1053.h>
Data Fields | |
| AudioType | type: 4 |
| unsigned short | kBitRate |
| unsigned short | decodeTime |
| MP3_ID | id: 2 |
| char | layer: 2 |
| char | protrectBit: 1 |
| char | padBit: 1 |
| MP3_MODE | mode: 2 |
| char | extension: 2 |
| char | copyright: 1 |
| char | original: 1 |
| char | emphasis: 2 |
| char | kSampleRate: 6 |
| struct { | |
| MP3_ID id: 2 | |
| char layer: 2 | |
| char protrectBit: 1 | |
| char padBit: 1 | |
| MP3_MODE mode: 2 | |
| char extension: 2 | |
| char copyright: 1 | |
| char original: 1 | |
| char emphasis: 2 | |
| char kSampleRate: 6 | |
| } | mp3 |
| struct { | |
| } | wma |
| struct { | |
| } | aac |
| struct { | |
| } | other |
Detailed Description
Struct for informations about audio streams.
Definition at line 194 of file VS1053.h.
Field Documentation
| struct { ... } aac |
AAC audio stream
| unsigned short decodeTime |
| unsigned short kBitRate |
| char kSampleRate |
| struct { ... } mp3 |
MPEG Audio Layer
| struct { ... } other |
Other
| char protrectBit |
| AudioType type |
| struct { ... } wma |
Windows Media Audio (WMA) stream
Generated on Tue Jul 19 2022 01:19:15 by
1.7.2
