X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Freel_sound_asset.h;h=8f39e8a094c8f474f55f1033b98711a607e1ef18;hb=689d56339857b0a82156641f28392b8d2f11beea;hp=5cea32083b216c304f64a6fbb8e59da175a6e8f9;hpb=26c7fc71df9a6207696323e6f62b2020da2a9435;p=libdcp.git diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index 5cea3208..8f39e8a0 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -21,7 +21,7 @@ * @brief ReelSoundAsset class. */ -#include "reel_encryptable_asset.h" +#include "reel_mxf.h" #include "reel_asset.h" #include "sound_asset.h" #include @@ -30,9 +30,9 @@ namespace dcp { /** @class ReelSoundAsset - * @brief Part of a Reel's description which refers to a sound MXF. + * @brief Part of a Reel's description which refers to a sound asset. */ -class ReelSoundAsset : public ReelAsset, public ReelEncryptableAsset +class ReelSoundAsset : public ReelAsset, public ReelMXF { public: ReelSoundAsset (boost::shared_ptr content, int64_t entry_point); @@ -49,7 +49,7 @@ public: boost::shared_ptr asset () const { return boost::dynamic_pointer_cast (_asset_ref.object ()); } - + private: std::string key_type () const; std::string cpl_node_name () const;