From c421a8c20a489eccd36c2646bf795dc2bbe35882 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 17 Jan 2021 22:21:29 +0100 Subject: Add CPL::set_content_kind. --- src/cpl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/cpl.h b/src/cpl.h index 158d100f..06b59bd8 100644 --- a/src/cpl.h +++ b/src/cpl.h @@ -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.) */ -- cgit v1.2.3