There is code:
TagLib::FileRef f(file); PropertyMap properties = f.tag()->properties(); cout << properties.toString() << endl;