|
arduino-audio-tools
|
Simple ID3 Meta Data API which supports ID3 V1. More...
#include <MetaDataID3.h>
Public Member Functions | |
| bool | begin () |
| (re)starts the processing | |
| void | end () |
| Ends the processing and releases the memory. | |
| void | setCallback (void(*fn)(MetaDataType info, const char *str, int len)) |
| size_t | write (const uint8_t *data, size_t len) |
| provide the (partial) data which might contain the meta data | |
Protected Attributes | |
| bool | armed = false |
| void(* | callback )(MetaDataType info, const char *title, int len) |
| ParseStatus | status = TagNotFound |
| ID3v1 * | tag = nullptr |
| ID3v1Enhanced * | tag_ext = nullptr |
| char | tag_str [5] = "" |
| int | use_bytes_of_next_write = 0 |
Simple ID3 Meta Data API which supports ID3 V1.