summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/audiooutputengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiooutputengine.h b/src/audiooutputengine.h
index 338b5cd..19f9f44 100644
--- a/src/audiooutputengine.h
+++ b/src/audiooutputengine.h
@@ -54,8 +54,8 @@ public:
//! Overload this method to force engine to use different buffer size.
virtual std::size_t getBufferSize() const { return 1024; }
-
virtual std::size_t getSamplerate() const { return 44100; }
+ virtual bool isFreewheeling() const = 0;
//! Overload this method to get notification of latency changes.
//! \param latency The new latency in samples.