taglib_property_get

Get value(s) of property prop.

Return: null terminated array of C-strings (char *), only null if empty. It must be freed by the client using taglib_property_free().

extern (C)
char**
taglib_property_get
(
const(TagLib_File)* file
,
const(char)* prop
)