X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=84b3d2268bbd2006ed376f3f504edc68b21d3e2a;hb=918124fb0b2fdf05bf98aee2c74c85387f1d8638;hp=d5ba38022b883e16facf06094681994e1b6324e6;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index d5ba38022..84b3d2268 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -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 c); Frame length () const { boost::mutex::scoped_lock lm (_mutex); @@ -167,6 +168,9 @@ public: void take_from_examiner (boost::shared_ptr); void add_properties (std::list &) const; + void modify_position (DCPTime& pos) const; + void modify_trim_start (ContentTime& pos) const; + static boost::shared_ptr from_xml (Content* parent, cxml::ConstNodePtr, int); private: