Go to the documentation of this file. 1 #ifndef METAIOFLACVORBIS_H_
2 #define METAIOFLACVORBIS_H_
43 static TagLib::FLAC::File *OpenFile(
const QString &
filename);
44 static TagLib::FLAC::Picture *getPictureFromFile(TagLib::FLAC::File *flacfile,
46 static TagLib::FLAC::Picture::Type PictureTypeFromImageType(
ImageType itype);
47 static QString getExtFromMimeType(
const QString &mimeType);