diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-31 23:52:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-31 23:52:02 +0100 |
| commit | 9c01623c3038b978ba732de2ad147d29fad60afe (patch) | |
| tree | 72907bc7560dcef38d43f363881e2b959d4c0d34 /src/lib/film.h | |
| parent | 83a2cf5916fe7207e786b95aa5c560b6b5d11e4e (diff) | |
Allow configuration of MXF/XML filenames (part of #710).
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 3063fc761..d63065f8d 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -157,9 +157,13 @@ public: } std::list<DCPTimePeriod> reels () const; - std::list<int> mapped_audio_channels () const; + /** @param A period within the DCP + * @return Name of the content which most contributes to the given period. + */ + std::string content_summary (DCPTimePeriod period) const; + /** Identifiers for the parts of our state; used for signalling changes. */ |
