diff options
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h index 269d5c4b..773e3d48 100644 --- a/src/asset.h +++ b/src/asset.h @@ -65,7 +65,7 @@ public: /** Write details of the asset to a PKL AssetList node. * @param p Parent node. */ - void write_to_pkl (xmlpp::Node *) const; + void write_to_pkl (xmlpp::Node *, bool interop) const; /** Write details of the asset to a ASSETMAP stream. * @param s Stream. @@ -129,6 +129,9 @@ public: virtual bool equals (boost::shared_ptr<const Asset> other, EqualityOptions opt, boost::function<void (NoteType, std::string)>) const; protected: + + /** @return Interop PKL asdcpKind for the <Type> tag e.g. Picture, Sound etc. */ + virtual std::string asdcp_kind () const = 0; std::string digest () const; |
