From 797648ddcfe72bb428d8355672da3a1b6fac54fc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Feb 2016 12:15:38 +0000 Subject: Move reel_split_points from VideoContent to Content. --- src/lib/content.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/content.h') 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 reel_split_points () const; std::list > properties () const; -- cgit v1.2.3