diff audioio/AudioCallbackPlayTarget.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/AudioCallbackPlayTarget.h	Sun Nov 11 20:34:41 2007 +0000
+++ b/audioio/AudioCallbackPlayTarget.h	Wed Feb 27 11:59:42 2008 +0000
@@ -30,6 +30,10 @@
 
     virtual bool isOK() const = 0;
 
+    virtual void shutdown() = 0;
+
+    virtual double getCurrentTime() const = 0;
+
     float getOutputGain() const {
 	return m_outputGain;
     }