Listen for server replies on different ports on main and batch, and get servers to...
[dcpomatic.git] / src / lib / video_content.h
index d5ba38022b883e16facf06094681994e1b6324e6..84b3d2268bbd2006ed376f3f504edc68b21d3e2a 100644 (file)
@@ -57,6 +57,7 @@ public:
        void as_xml (xmlpp::Node *) const;
        std::string technical_summary () const;
        std::string identifier () const;
+       void take_settings_from (boost::shared_ptr<const VideoContent> c);
 
        Frame length () const {
                boost::mutex::scoped_lock lm (_mutex);
@@ -167,6 +168,9 @@ public:
        void take_from_examiner (boost::shared_ptr<VideoExaminer>);
        void add_properties (std::list<UserProperty> &) const;
 
+       void modify_position (DCPTime& pos) const;
+       void modify_trim_start (ContentTime& pos) const;
+
        static boost::shared_ptr<VideoContent> from_xml (Content* parent, cxml::ConstNodePtr, int);
 
 private: