Tag Parser
7.0.3
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The FieldMapBasedTag provides a generic implementation of Tag which stores the tag fields using std::multimap. More...
#include <fieldbasedtag.h>
The FieldMapBasedTag provides a generic implementation of Tag which stores the tag fields using std::multimap.
The FieldMapBasedTag class only provides the interface and common functionality. It is meant to be subclassed using CRTP pattern.