summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-16 21:39:01 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-16 21:39:01 +0000
commite330669de0f5d7d9d922dc69945cca74ac9800d9 (patch)
treec70a8486ef31d69187b3e18bb4c65917e60bc3fc /src/reel.h
parent05c5ef180e7a54e0b6790b2bd8c334e48f1f069a (diff)
Add duration() methods to CPL and Reel.
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reel.h b/src/reel.h
index 3b3673ef..7711d101 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -71,6 +71,8 @@ public:
return _main_subtitle;
}
+ int64_t duration () const;
+
void add (boost::shared_ptr<ReelAsset> asset);
void write_to_cpl (xmlpp::Element* node, Standard standard) const;