summaryrefslogtreecommitdiff
path: root/src/lib/audio_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-23 16:51:07 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-23 16:51:07 +0100
commit38fda7888663429d452b9c71902e8bb5239dd720 (patch)
tree93d05ef9dc1e3d04d198452393dd626717f6346c /src/lib/audio_content.h
parent89ea093ab1ed7a526b9332922c674d9eca42d7f2 (diff)
Remove some dcp prefixes; better logging of content on DCP creation.
Diffstat (limited to 'src/lib/audio_content.h')
-rw-r--r--src/lib/audio_content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h
index 58d00e686..73919105d 100644
--- a/src/lib/audio_content.h
+++ b/src/lib/audio_content.h
@@ -48,6 +48,7 @@ public:
AudioContent (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>);
void as_xml (xmlpp::Node *) const;
+ std::string technical_summary () const;
virtual int audio_channels () const = 0;
virtual AudioContent::Frame audio_length () const = 0;