Add the RTOS processing. for the Network radio streaming receiver.
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
ban4jp -
