mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
Some preliminary work for unified dictionary tag interface support.
- toDict() and fromDict() for XiphComments - toDict() for ID3v2 Tags
This commit is contained in:
@@ -28,9 +28,17 @@
|
||||
|
||||
#include "taglib_export.h"
|
||||
#include "tstring.h"
|
||||
#include "tmap.h"
|
||||
|
||||
namespace TagLib {
|
||||
|
||||
/*!
|
||||
* This is used for the unified dictionary interface: the tags of a file are
|
||||
* represented as a dictionary mapping a string (the tag name) to a list of
|
||||
* strings (the values).
|
||||
*/
|
||||
typedef Map<String, StringList> TagDict;
|
||||
|
||||
//! A simple, generic interface to common audio meta data fields
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user