X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fsound_asset.h;h=7b9c65a74ffe67b3a2f8cadd92bf78c1739ceee9;hb=59617eb2230e47b59882c4f9ca6092ce05f53cf1;hp=b95b34be6ed5666b4b0c1b4c2108818a204fc5b1;hpb=02b1073f910aeb4eeaa914d15a68b76b3969e690;p=libdcp.git diff --git a/src/sound_asset.h b/src/sound_asset.h index b95b34be..7b9c65a7 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -125,10 +125,10 @@ public: boost::shared_ptr start_write (MXFMetadata const & metadata = MXFMetadata ()); - /** Write details of this asset to a CPL stream. - * @param s Stream. + /** Write details of this asset to a CPL XML node. + * @param node Node. */ - void write_to_cpl (std::ostream& s) const; + void write_to_cpl (xmlpp::Node* node) const; bool equals (boost::shared_ptr other, EqualityOptions opt, boost::function note) const;