Mercurial > hg > svcore
comparison data/fileio/AudioFileReader.h @ 663:badbbf0921fa
Merge
author | Chris Cannam |
---|---|
date | Mon, 25 Oct 2010 11:09:02 +0200 |
parents | 5db8181ea521 |
children | f0558e69a074 |
comparison
equal
deleted
inserted
replaced
662:6502c33b1cb1 | 663:badbbf0921fa |
---|---|
37 virtual QString getError() const { return ""; } | 37 virtual QString getError() const { return ""; } |
38 | 38 |
39 size_t getFrameCount() const { return m_frameCount; } | 39 size_t getFrameCount() const { return m_frameCount; } |
40 size_t getChannelCount() const { return m_channelCount; } | 40 size_t getChannelCount() const { return m_channelCount; } |
41 size_t getSampleRate() const { return m_sampleRate; } | 41 size_t getSampleRate() const { return m_sampleRate; } |
42 size_t getNativeRate() const { return m_sampleRate; } // if resampled | 42 |
43 virtual size_t getNativeRate() const { return m_sampleRate; } // if resampled | |
43 | 44 |
44 /** | 45 /** |
45 * Return the location of the audio data in the reader (as passed | 46 * Return the location of the audio data in the reader (as passed |
46 * in to the FileSource constructor, for example). | 47 * in to the FileSource constructor, for example). |
47 */ | 48 */ |