comparison data/fileio/CoreAudioFileReader.h @ 935:f960d67ce842 tonioni

Merge from branch warnfix_no_size_t
author Chris Cannam
date Wed, 18 Jun 2014 13:42:01 +0100
parents d03b3d956358
children 01a90c025eaa a1cd5abcb38b
comparison
equal deleted inserted replaced
925:3efc20c59a94 935:f960d67ce842
37 }; 37 };
38 38
39 CoreAudioFileReader(FileSource source, 39 CoreAudioFileReader(FileSource source,
40 DecodeMode decodeMode, 40 DecodeMode decodeMode,
41 CacheMode cacheMode, 41 CacheMode cacheMode,
42 size_t targetRate = 0, 42 int targetRate = 0,
43 bool normalised = false, 43 bool normalised = false,
44 ProgressReporter *reporter = 0); 44 ProgressReporter *reporter = 0);
45 virtual ~CoreAudioFileReader(); 45 virtual ~CoreAudioFileReader();
46 46
47 virtual QString getError() const { return m_error; } 47 virtual QString getError() const { return m_error; }