comparison audioio/AudioPortAudioTarget.h @ 100:22bf057ea151 1.2-stable

* merge from trunk (1.2 ended up being tracked from trunk, but we may want this branch for fixes later)
author Chris Cannam
date Wed, 27 Feb 2008 10:32:45 +0000
parents a8acc7841d70
children ccdc5b30e54c
comparison
equal deleted inserted replaced
71:a8acc7841d70 100:22bf057ea151
39 39
40 virtual void shutdown(); 40 virtual void shutdown();
41 41
42 virtual bool isOK() const; 42 virtual bool isOK() const;
43 43
44 virtual double getCurrentTime() const;
45
44 public slots: 46 public slots:
45 virtual void sourceModelReplaced(); 47 virtual void sourceModelReplaced();
46 48
47 protected: 49 protected:
48 #ifdef HAVE_PORTAUDIO_V18 50 #ifdef HAVE_PORTAUDIO_V18