taglib_property_set

Sets the property prop with value. Use value = null to remove the property, otherwise it will be replaced.

extern (C)
void
taglib_property_set
(
TagLib_File* file
,
const(char)* prop
,
const(char)* value
)