From 32606894c67e6be27ba853a8bc3e97c808c14987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Wed, 13 Jul 2016 16:33:11 +0200 Subject: Introduce output engine isFreewheeling method. --- src/audiooutputengine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3