From 017f8aef4be84cc76dcbf2acdf865409f5cae147 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Feb 2016 00:11:44 +0000 Subject: Add a couple more audio properties. --- src/lib/audio_content.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lib/audio_content.h') diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 82c95a513..95231a7d7 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2015 Carl Hetherington + Copyright (C) 2013-2016 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -77,6 +77,10 @@ public: std::string processing_description () const; +protected: + + void add_properties (std::list > &) const; + private: /** Gain to apply to audio in dB */ double _audio_gain; -- cgit v1.2.3