Simple ID3 Meta Data Parser which supports ID3 V1 and V2 and implements the Stream interface. You just need to set the callback(s) to receive the result and copy the audio data to this stream.
More...
#include <MetaDataID3.h>
|
void | begin () |
|
void | end () |
|
void | resize (int size) |
| Defines the ID3V3 result buffer size (default is 256);.
|
|
void | setCallback (void(*fn)(MetaDataType info, const char *str, int len)) |
|
void | setFilter (ID3TypeSelection sel) |
|
virtual void | setIcyMetaInt (int value) |
|
virtual size_t | write (const uint8_t *data, size_t len) |
| Provide tha audio data to the API to parse for Meta Data.
|
|
Simple ID3 Meta Data Parser which supports ID3 V1 and V2 and implements the Stream interface. You just need to set the callback(s) to receive the result and copy the audio data to this stream.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ begin()
◆ end()
◆ setCallback()
void setCallback |
( |
void(*)(MetaDataType info, const char *str, int len) |
fn | ) |
|
|
inlinevirtual |
◆ setIcyMetaInt()
virtual void setIcyMetaInt |
( |
int |
value | ) |
|
|
inlinevirtualinherited |
◆ write()
virtual size_t write |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: