Mercurial > hg > svcore
comparison data/fileio/AudioFileReader.h @ 176:570794f6f6a7
* Some fixes to updating of writable wave file models
author | Chris Cannam |
---|---|
date | Tue, 03 Oct 2006 15:01:50 +0000 |
parents | b0f4555b625e |
children | e08f486e8d8c |
comparison
equal
deleted
inserted
replaced
175:b0f4555b625e | 176:570794f6f6a7 |
---|---|
40 * different arguments on the same object at the same time. | 40 * different arguments on the same object at the same time. |
41 */ | 41 */ |
42 virtual void getInterleavedFrames(size_t start, size_t count, | 42 virtual void getInterleavedFrames(size_t start, size_t count, |
43 SampleBlock &frames) const = 0; | 43 SampleBlock &frames) const = 0; |
44 | 44 |
45 virtual bool isUpdating() const { return false; } | |
46 | |
45 signals: | 47 signals: |
46 void frameCountChanged(); | 48 void frameCountChanged(); |
47 | 49 |
48 protected: | 50 protected: |
49 size_t m_frameCount; | 51 size_t m_frameCount; |