Mercurial > hg > svapp
comparison audio/AudioRecordTarget.h @ 501:c82cae9a9e74 3.0-integration
Merge from branch "tony-2.0-integration"
author | Chris Cannam |
---|---|
date | Wed, 14 Oct 2015 10:18:58 +0100 |
parents | cd9dec2f47e8 d1c70c680fa9 |
children | ce6917c761a3 |
comparison
equal
deleted
inserted
replaced
500:dcd2afbc1bb7 | 501:c82cae9a9e74 |
---|---|
60 void stopRecording(); | 60 void stopRecording(); |
61 | 61 |
62 signals: | 62 signals: |
63 void recordStatusChanged(bool recording); | 63 void recordStatusChanged(bool recording); |
64 void recordDurationChanged(sv_frame_t, sv_samplerate_t); // emitted occasionally | 64 void recordDurationChanged(sv_frame_t, sv_samplerate_t); // emitted occasionally |
65 void recordCompleted(); | |
65 | 66 |
66 protected slots: | 67 protected slots: |
67 void modelAboutToBeDeleted(); | 68 void modelAboutToBeDeleted(); |
68 | 69 |
69 private: | 70 private: |