diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-17 22:21:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 22:21:29 +0100 |
| commit | c421a8c20a489eccd36c2646bf795dc2bbe35882 (patch) | |
| tree | 37169daaeb666ca4568950763105d647f6674556 /src | |
| parent | 27e4c9a264df4572b1095b3610e2a9c1980c0c2b (diff) | |
Add CPL::set_content_kind.
Diffstat (limited to 'src')
| -rw-r--r-- | src/cpl.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -135,6 +135,10 @@ public: _content_title_text = ct; } + void set_content_kind (dcp::ContentKind k) { + _content_kind = k; + } + /** @return the type of the content, used by media servers * to categorise things (e.g. feature, trailer, etc.) */ |
