mirror of
https://github.com/taglib/taglib.git
synced 2025-12-10 19:32:55 -05:00
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:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user