diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-20 15:11:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-20 15:11:57 +0100 |
| commit | da228f37426ac999f02e03e558acef5501b22361 (patch) | |
| tree | 201e133ec9bd72c0a3f5f2182476717994809ff7 /src/cpl.h | |
| parent | 454e76146a5bd522e47ebbedd490e89ef95dd186 (diff) | |
Tidy up KDM generation from CPLs a bit.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,7 +1,7 @@ /* Copyright (C) 2014 Carl Hetherington <cth@carlh.net> - This program is free software; you can redistribute it and/or modify + This program is free software; you -can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. @@ -38,7 +38,7 @@ namespace dcp { -class Content; +class ReelAsset; class Reel; class XMLMetadata; class MXFMetadata; @@ -95,10 +95,9 @@ public: return _reels; } - /** @return the Content in this CPL across all its reels - * (Content is picture, sound and subtitles) + /** @return the ReelAssets in this CPL in all reels. */ - std::list<boost::shared_ptr<const Content> > content () const; + std::list<boost::shared_ptr<const ReelAsset> > reel_assets () const; bool encrypted () const; |
