diff options
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index a587b551..06ad79b4 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -131,10 +131,6 @@ public: boost::shared_ptr<SoundAssetWriter> start_write (MXFMetadata const & metadata = MXFMetadata ()); - /** Write details of this asset to a CPL XML node. - * @param node Node. - */ - void write_to_cpl (xmlpp::Node* node) const; bool equals (boost::shared_ptr<const Asset> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> note) const; @@ -152,6 +148,7 @@ private: std::string key_type () const; void construct (boost::function<std::string (Channel)> get_path, MXFMetadata const &); std::string path_from_channel (Channel channel, std::vector<std::string> const & files); + std::string cpl_node_name () const; /** Number of channels in the asset */ int _channels; |
