Add background image configuration to swaroop variant.
[dcpomatic.git] / src / lib / audio_content.h
index a1f5ba8a0aecbe05b8c6d6b450fdb54dfbe15f80..eec67b2010a29fd723e8a9c1fb0848e040e28008 100644 (file)
@@ -83,6 +83,9 @@ public:
 
        void add_properties (std::list<UserProperty> &) const;
 
+       void modify_position (DCPTime& pos) const;
+       void modify_trim_start (ContentTime& pos) const;
+
        static boost::shared_ptr<AudioContent> from_xml (Content* parent, cxml::ConstNodePtr, int version);
 
 private: