comparison audioio/AudioCallbackPlayTarget.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
comparison
equal deleted inserted replaced
71:a8acc7841d70 100:22bf057ea151
30 30
31 virtual bool isOK() const = 0; 31 virtual bool isOK() const = 0;
32 32
33 virtual void shutdown() = 0; 33 virtual void shutdown() = 0;
34 34
35 virtual double getCurrentTime() const = 0;
36
35 float getOutputGain() const { 37 float getOutputGain() const {
36 return m_outputGain; 38 return m_outputGain;
37 } 39 }
38 40
39 public slots: 41 public slots: