comparison data/fileio/WavFileReader.h @ 1010:36f79bc5c3d7

Provide access to local filename
author Chris Cannam
date Fri, 14 Nov 2014 17:23:38 +0000
parents 59e7fe1b1003
children cc27f35aa75c
comparison
equal deleted inserted replaced
1009:e369dd281cf2 1010:36f79bc5c3d7
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.