40 #ifndef LIBDCP_REEL_ATMOS_ASSET_H
41 #define LIBDCP_REEL_ATMOS_ASSET_H
60 ReelAtmosAsset (std::shared_ptr<AtmosAsset> asset, int64_t entry_point);
63 std::shared_ptr<const AtmosAsset> asset ()
const {
64 return asset_of_type<const AtmosAsset>();
67 std::shared_ptr<AtmosAsset> asset () {
68 return asset_of_type<AtmosAsset>();
71 xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard)
const override;
72 bool equals (std::shared_ptr<const ReelAtmosAsset>,
EqualityOptions, NoteHandler)
const;
75 boost::optional<std::string> key_type ()
const override {
76 return std::string(
"MDEK");
Part of a Reel's description which refers to a Atmos MXF.
std::string cpl_node_name(Standard standard) const override
std::pair< std::string, std::string > cpl_node_namespace() const override
Namespace for everything in libdcp.
A class to describe what "equality" means for a particular test.