TagLib_Complex_Property_Attribute

Attribute of a complex property. Complex properties consist of a null-terminated array of pointers to this structure with key and value.

struct TagLib_Complex_Property_Attribute {
char* key;
TagLib_Variant value;
}