Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20140130/bindings/cpp/source/portaudiocpp/CallbackStream.cxx @ 83:ae30d91d2ffe
Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author | Chris Cannam |
---|---|
date | Fri, 07 Feb 2020 11:51:13 +0000 |
parents | 7ddb4fc30dac |
children |
rev | line source |
---|---|
Chris@39 | 1 #include "portaudiocpp/CallbackStream.hxx" |
Chris@39 | 2 |
Chris@39 | 3 namespace portaudio |
Chris@39 | 4 { |
Chris@39 | 5 CallbackStream::CallbackStream() |
Chris@39 | 6 { |
Chris@39 | 7 } |
Chris@39 | 8 |
Chris@39 | 9 CallbackStream::~CallbackStream() |
Chris@39 | 10 { |
Chris@39 | 11 } |
Chris@39 | 12 |
Chris@39 | 13 // ----------------------------------------------------------------------------------- |
Chris@39 | 14 |
Chris@39 | 15 double CallbackStream::cpuLoad() const |
Chris@39 | 16 { |
Chris@39 | 17 return Pa_GetStreamCpuLoad(stream_); |
Chris@39 | 18 } |
Chris@39 | 19 |
Chris@39 | 20 } // namespace portaudio |