Mercurial > hg > svapp
diff audio/AudioRecordTarget.h @ 499:a4d90cf2bb79 3.0-integration
Merge from recording branch
author | Chris Cannam |
---|---|
date | Mon, 12 Oct 2015 12:43:06 +0100 |
parents | cd9dec2f47e8 |
children | c82cae9a9e74 |
line wrap: on
line diff
--- a/audio/AudioRecordTarget.h Thu Sep 17 13:46:07 2015 +0100 +++ b/audio/AudioRecordTarget.h Mon Oct 12 12:43:06 2015 +0100 @@ -41,6 +41,8 @@ virtual int getApplicationSampleRate() const { return 0; } // don't care virtual int getApplicationChannelCount() const { return 2; } + virtual void setSystemRecordSource(breakfastquay::SystemRecordSource *); + virtual void setSystemRecordBlockSize(int); virtual void setSystemRecordSampleRate(int); virtual void setSystemRecordLatency(int); @@ -66,6 +68,7 @@ private: ViewManagerBase *m_viewManager; + breakfastquay::SystemRecordSource *m_source; std::string m_clientName; bool m_recording; sv_samplerate_t m_recordSampleRate;