|
MPD
0.17~git
|
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).
| enum tag_type tag_item::type |
| char tag_item::value[sizeof(long)] |
1.7.5.1