diff options
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -34,7 +34,8 @@ namespace parse { class Asset; class Reel; class XMLMetadata; - class Encryption; +class MXFMetadata; +class Encryption; /** @brief A CPL within a DCP */ class CPL @@ -86,7 +87,9 @@ public: std::string const &, boost::shared_ptr<const Certificate>, boost::posix_time::ptime from, - boost::posix_time::ptime until + boost::posix_time::ptime until, + MXFMetadata const &, + XMLMetadata const & ) const; private: |
