diff audioio/AudioJACKTarget.h @ 101:89a689720ee9 spectrogram-cache-rejig

* Merge from trunk
author Chris Cannam
date Wed, 27 Feb 2008 11:59:42 +0000
parents 3c5756fb6a68
children
line wrap: on
line diff
--- a/audioio/AudioJACKTarget.h	Sun Nov 11 20:34:41 2007 +0000
+++ b/audioio/AudioJACKTarget.h	Wed Feb 27 11:59:42 2008 +0000
@@ -35,8 +35,12 @@
     AudioJACKTarget(AudioCallbackPlaySource *source);
     virtual ~AudioJACKTarget();
 
+    virtual void shutdown();
+
     virtual bool isOK() const;
 
+    virtual double getCurrentTime() const;
+
 public slots:
     virtual void sourceModelReplaced();
 
@@ -52,6 +56,7 @@
     jack_nframes_t              m_bufferSize;
     jack_nframes_t              m_sampleRate;
     QMutex                      m_mutex;
+    bool                        m_done;
 };
 
 #endif /* HAVE_JACK */