Forward-port move of content description generation to lib/ rather than wx/.
[dcpomatic.git] / src / lib / audio_content.h
index 57085a7651bcc285c9b32618cc768f36fc5cce33..f4a537b300258339773bf5f70d54e05786665233 100644 (file)
@@ -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 */