mp4tag/taglib_mp4filetyperesolver.h

Go to the documentation of this file.
00001 /***************************************************************************
00002     copyright            : (C) 2005 by Martin Aumueller
00003     email                : aumuell@reserv.at
00004  ***************************************************************************/
00005 
00006 /***************************************************************************
00007  *   This library is free software; you can redistribute it and/or modify  *
00008  *   it  under the terms of the GNU Lesser General Public License version  *
00009  *   2.1 as published by the Free Software Foundation.                     *
00010  *                                                                         *
00011  *   This library is distributed in the hope that it will be useful, but   *
00012  *   WITHOUT ANY WARRANTY; without even the implied warranty of            *
00013  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU     *
00014  *   Lesser General Public License for more details.                       *
00015  *                                                                         *
00016  *   You should have received a copy of the GNU Lesser General Public      *
00017  *   License along with this library; if not, write to the Free Software   *
00018  *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            *
00019  *   MA  02110-1301  USA                                                   *
00020  ***************************************************************************/
00021 
00022 // (c) 2005 Martin Aumueller <aumuell@reserv.at>
00023 // See COPYING file for licensing information
00024 
00025 #ifndef TAGLIB_MP4FILETYPERESOLVER_H
00026 #define TAGLIB_MP4FILETYPERESOLVER_H
00027 
00028 #include <taglib/tfile.h>
00029 #include <taglib/fileref.h>
00030 
00031 
00032 class MP4FileTypeResolver : public TagLib::FileRef::FileTypeResolver
00033 {
00034     TagLib::File *createFile(const char *fileName,
00035             bool readAudioProperties,
00036             TagLib::AudioProperties::ReadStyle audioPropertiesStyle) const;
00037 };
00038 
00039 #endif

Generated on Mon Aug 6 21:24:20 2007 for plai by  doxygen 1.5.1