20 #ifndef MPD_TAG_ID3_HXX 21 #define MPD_TAG_ID3_HXX
void scan_id3_tag(id3_tag *tag, const TagHandler &handler, void *handler_ctx)
Import all tags from the provided id3_tag *tag.
The meta information about a song file.
A callback table for receiving metadata of a song.
Tag * tag_id3_import(id3_tag *)
bool tag_id3_scan(InputStream &is, const TagHandler &handler, void *handler_ctx)