diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-06 11:55:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-06 11:55:05 +0000 |
| commit | 2734637c959928a7d412c709cc3433357418ae03 (patch) | |
| tree | b996d5c45644cab44c00e9a990414e0ab49b5dd4 /src/lib/audio_content.h | |
| parent | b17b68bb8e564601c7ea80ceea853fa564998c39 (diff) | |
Forward-port move of content description generation to lib/ rather than wx/.
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 57085a765..f4a537b30 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -98,6 +98,8 @@ public: boost::mutex::scoped_lock lm (_mutex); return _audio_processor; } + + std::string processing_description () const; private: /** Gain to apply to audio in dB */ |
