comparison data/fileio/WavFileReader.h @ 265:e08f486e8d8c

* Enable threaded decoding for Ogg and MP3 files. Needs some work on reducing updates to the overview widget
author Chris Cannam
date Wed, 06 Jun 2007 16:24:55 +0000
parents 570794f6f6a7
children 20028c634494
comparison
equal deleted inserted replaced
264:260032c26c4f 265:e08f486e8d8c
38 virtual void getInterleavedFrames(size_t start, size_t count, 38 virtual void getInterleavedFrames(size_t start, size_t count,
39 SampleBlock &frames) const; 39 SampleBlock &frames) const;
40 40
41 static void getSupportedExtensions(std::set<QString> &extensions); 41 static void getSupportedExtensions(std::set<QString> &extensions);
42 42
43 virtual int getDecodeCompletion() const { return 100; }
44
43 bool isUpdating() const { return m_updating; } 45 bool isUpdating() const { return m_updating; }
44 46
45 void updateFrameCount(); 47 void updateFrameCount();
46 void updateDone(); 48 void updateDone();
47 49