diff options
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index b5dc819a..622a97cf 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -37,6 +37,8 @@ public: ReelSoundAsset (boost::shared_ptr<dcp::SoundMXF> content, int64_t entry_point); ReelSoundAsset (boost::shared_ptr<const cxml::Node>); + void write_to_cpl (xmlpp::Node* node, Standard standard) const; + /** @return the SoundMXF that this object refers to */ boost::shared_ptr<SoundMXF> mxf () { return boost::dynamic_pointer_cast<SoundMXF> (_content.object ()); |
