Windows build fixes.
[libdcp.git] / src / dcp.h
index 8c13c50502cde71d4fbc4e80f4095add858a3cce..bc829fe96d1e69be5a837fc2ccdf8060b9edb95e 100644 (file)
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -90,6 +90,24 @@ public:
         */
        void write_xml () const;
 
+       std::string name () const {
+               return _name;
+       }
+
+       ContentKind content_kind () const {
+               return _content_kind;
+       }
+
+       int frames_per_second () const {
+               return _fps;
+       }
+
+       int length () const {
+               return _length;
+       }
+
+       std::list<std::string> equals (DCP const & other, EqualityFlags flags) const;
+
        /** Emitted with a parameter between 0 and 1 to indicate progress
         *  for long jobs.
         */