X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fatmos_mxf_content.h;h=06e9e747d9cb61759eba3268d6dd32d1803f8555;hb=baed8bf5fd429305685cc180184e99094cd64339;hp=0f5225c2ec7fa8ad871862b05d10399177a48a43;hpb=1a693725f9a8cc6ba58f65b2f1ef03255d295f23;p=dcpomatic.git diff --git a/src/lib/atmos_mxf_content.h b/src/lib/atmos_mxf_content.h index 0f5225c2e..06e9e747d 100644 --- a/src/lib/atmos_mxf_content.h +++ b/src/lib/atmos_mxf_content.h @@ -23,17 +23,22 @@ class AtmosMXFContent : public Content { public: - AtmosMXFContent (boost::shared_ptr film, boost::filesystem::path path); - AtmosMXFContent (boost::shared_ptr film, cxml::ConstNodePtr node, int version); + AtmosMXFContent (boost::filesystem::path path); + AtmosMXFContent (cxml::ConstNodePtr node, int version); boost::shared_ptr shared_from_this () { return boost::dynamic_pointer_cast (Content::shared_from_this ()); } - void examine (boost::shared_ptr job); + boost::shared_ptr shared_from_this () const { + return boost::dynamic_pointer_cast (Content::shared_from_this ()); + } + + void examine (boost::shared_ptr film, boost::shared_ptr job); std::string summary () const; void as_xml (xmlpp::Node* node, bool with_path) const; - DCPTime full_length () const; + dcpomatic::DCPTime full_length (boost::shared_ptr film) const; + dcpomatic::DCPTime approximate_length () const; static bool valid_mxf (boost::filesystem::path path);