Hmm, that last one wasn't really quite ready. Now we actually check our list

of FileTypeResolvers.


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@437391 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler
2005-07-21 18:10:10 +00:00
parent ec86c487e8
commit 366a4bfe3f
2 changed files with 14 additions and 2 deletions

View File

@ -95,7 +95,10 @@ namespace TagLib {
* deleted. Deletion will happen automatically when the FileRef passes
* out of scope.
*/
virtual File *createFile(const char *fileName) = 0;
virtual File *createFile(const char *fileName,
bool readAudioProperties = true,
AudioProperties::ReadStyle
audioPropertiesStyle = AudioProperties::Average) const = 0;
};
FileRef();