MPD
|
One tag value. More...
#include <tag.h>
Data Fields | |
enum tag_type | type |
the type of this item | |
char | value [sizeof(long)] |
the value of this tag; this is a variable length string | |
One tag value.
It is a mapping of tag_type to am arbitrary string value. Each tag can have multiple items of one tag type (although few clients support that).
char tag_item::value[sizeof(long)] |