comparison data/fileio/WavFileReader.h @ 1056:c4898e57eea5 tonioni

Merge from default branch
author Chris Cannam
date Mon, 23 Mar 2015 10:04:48 +0000
parents 36f79bc5c3d7
children cc27f35aa75c
comparison
equal deleted inserted replaced
1007:ba404199345f 1056:c4898e57eea5
40 virtual ~WavFileReader(); 40 virtual ~WavFileReader();
41 41
42 virtual QString getLocation() const { return m_source.getLocation(); } 42 virtual QString getLocation() const { return m_source.getLocation(); }
43 virtual QString getError() const { return m_error; } 43 virtual QString getError() const { return m_error; }
44 44
45 virtual QString getLocalFilename() const { return m_path; }
46
45 virtual bool isQuicklySeekable() const { return m_seekable; } 47 virtual bool isQuicklySeekable() const { return m_seekable; }
46 48
47 /** 49 /**
48 * Must be safe to call from multiple threads with different 50 * Must be safe to call from multiple threads with different
49 * arguments on the same object at the same time. 51 * arguments on the same object at the same time.