You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soundkonverter/src/metadata/optimfrog/taglib_optimfrogfiletyperes...

20 lines
545 B

// (c) 2006 Martin Aumueller <aumuell@reserv.at>
// modified 2006 Daniel Faust <hessijames@gmail.com>
// See COPYING file for licensing information
#ifndef TAGLIB_OPTIMFROGFILETYPERESOLVER_H
#define TAGLIB_OPTIMFROGFILETYPERESOLVER_H
#include <taglib/tfile.h>
#include <taglib/fileref.h>
class OptimFrogFileTypeResolver : public TagLib::FileRef::FileTypeResolver
{
TagLib::File *createFile(const char *fileName,
bool readAudioProperties,
TagLib::AudioProperties::ReadStyle audioPropertiesStyle) const;
};
#endif