comparison data/fileio/CoreAudioFileReader.h @ 936:0c1d6de8f44b

Merge from branch warnfix_no_size_t
author Chris Cannam
date Wed, 18 Jun 2014 13:51:16 +0100
parents d03b3d956358
children 01a90c025eaa a1cd5abcb38b
comparison
equal deleted inserted replaced
917:49618f39ff09 936:0c1d6de8f44b
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 ProgressReporter *reporter = 0); 44 ProgressReporter *reporter = 0);
44 virtual ~CoreAudioFileReader(); 45 virtual ~CoreAudioFileReader();
45 46
46 virtual QString getError() const { return m_error; } 47 virtual QString getError() const { return m_error; }
47 virtual QString getLocation() const { return m_source.getLocation(); } 48 virtual QString getLocation() const { return m_source.getLocation(); }