summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-16 12:15:38 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-16 12:15:38 +0000
commit797648ddcfe72bb428d8355672da3a1b6fac54fc (patch)
tree2f0d7cf7f3aaee8b45b0dfa9e3363b082e57af31 /src/lib/content.h
parent66d12a84fd513ad68692f7cb473472ad76aa495f (diff)
Move reel_split_points from VideoContent to Content.
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index b91b5778c..7301546eb 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -86,6 +86,10 @@ public:
virtual void as_xml (xmlpp::Node *) const;
virtual DCPTime full_length () const = 0;
virtual std::string identifier () const;
+ /** @return points at which to split this content when
+ * REELTYPE_BY_VIDEO_CONTENT is in use.
+ */
+ virtual std::list<DCPTime> reel_split_points () const;
std::list<std::pair<std::string, std::string> > properties () const;