summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2016-07-13 16:33:11 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2016-07-13 17:28:11 +0200
commit32606894c67e6be27ba853a8bc3e97c808c14987 (patch)
treef31c9d1bc08e2095b2cd724b5f0f0a27526c5a01 /src
parentd71485534d3a683cae4993815f59ff68263a6751 (diff)
Introduce output engine isFreewheeling method.
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.