summaryrefslogtreecommitdiff
path: root/src/lib/audio_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-18 00:11:44 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-18 00:11:44 +0000
commit017f8aef4be84cc76dcbf2acdf865409f5cae147 (patch)
treee6475e77497b0bb05abda7db652fe6c8f18b4757 /src/lib/audio_content.h
parenta03ea8328cfe16eaad63ac442f38c48091d25c07 (diff)
Add a couple more audio properties.
Diffstat (limited to 'src/lib/audio_content.h')
-rw-r--r--src/lib/audio_content.h6
1 files changed, 5 insertions, 1 deletions
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 <cth@carlh.net>
+ Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
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<std::pair<std::string, std::string> > &) const;
+
private:
/** Gain to apply to audio in dB */
double _audio_gain;