comparison data/fileio/QuickTimeFileReader.h @ 1069:32ab6c48efaa

Merge from branch tonioni
author Chris Cannam
date Mon, 20 Apr 2015 09:11:34 +0100
parents a1cd5abcb38b
children
comparison
equal deleted inserted replaced
1036:682d64f05e72 1069:32ab6c48efaa
40 }; 40 };
41 41
42 QuickTimeFileReader(FileSource source, 42 QuickTimeFileReader(FileSource source,
43 DecodeMode decodeMode, 43 DecodeMode decodeMode,
44 CacheMode cacheMode, 44 CacheMode cacheMode,
45 int targetRate = 0, 45 sv_samplerate_t targetRate = 0,
46 bool normalised = false, 46 bool normalised = false,
47 ProgressReporter *reporter = 0); 47 ProgressReporter *reporter = 0);
48 virtual ~QuickTimeFileReader(); 48 virtual ~QuickTimeFileReader();
49 49
50 virtual QString getError() const { return m_error; } 50 virtual QString getError() const { return m_error; }