summaryrefslogtreecommitdiff
path: root/src/audiocache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audiocache.h')
-rw-r--r--src/audiocache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audiocache.h b/src/audiocache.h
index 5e27cc5..5a4577f 100644
--- a/src/audiocache.h
+++ b/src/audiocache.h
@@ -89,13 +89,13 @@ public:
//! Set/get internal framesize used when iterating through cache buffers.
void setFrameSize(size_t framesize);
- size_t frameSize() const;
+ size_t getFrameSize() const;
//! Control/get reader threaded mode.
//! True means reading happening threaded, false means all reading done
//! synchronious.
void setAsyncMode(bool async);
- bool asyncMode() const;
+ bool isAsyncMode() const;
//! Return the number of chunks that were read too late.
size_t getNumberOfUnderruns() const;