Time -> DCPTime.
[dcpomatic.git] / src / lib / sndfile_content.h
index 27e0ca21d30a197f9e805cef6f3d7e2a7b5b0aab..c88764c1b22808e953d696d55f3cc50d2ce017de 100644 (file)
@@ -33,7 +33,7 @@ class SndfileContent : public AudioContent
 {
 public:
        SndfileContent (boost::shared_ptr<const Film>, boost::filesystem::path);
-       SndfileContent (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>);
+       SndfileContent (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>, int);
 
        boost::shared_ptr<SndfileContent> shared_from_this () {
                return boost::dynamic_pointer_cast<SndfileContent> (Content::shared_from_this ());
@@ -44,7 +44,7 @@ public:
        std::string technical_summary () const;
        std::string information () const;
        void as_xml (xmlpp::Node *) const;
-       Time length () const;
+       DCPTime full_length () const;
 
        /* AudioContent */
        int audio_channels () const {