diff options
author | Christian Glöckner <cgloeckner@freenet.de> | 2016-03-29 10:57:51 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-03-31 17:35:47 +0200 |
commit | 13b5fabc8c3722e7e30b22d50f44e2a3bba3ef11 (patch) | |
tree | 2cbfdc69afff20588bca1e29e8dec83a59929b97 /src/audiocachefile.h | |
parent | bdfa709298f0d64e6d9f1ca5e2de45bda9d9ebaa (diff) |
made API of AudioCacheFile more consistent
Diffstat (limited to 'src/audiocachefile.h')
-rw-r--r-- | src/audiocachefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiocachefile.h b/src/audiocachefile.h index 88f1df2..01625a7 100644 --- a/src/audiocachefile.h +++ b/src/audiocachefile.h @@ -69,7 +69,7 @@ public: const std::string& getFilename() const; //! Get number of channels in the file - size_t getChannelCount(); + size_t getChannelCount() const; //! Read audio data from the file into the supplied channel caches. void readChunk(const CacheChannels& channels, size_t pos, size_t num_samples); |