summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-28 14:52:32 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-28 14:52:32 +0000
commit4126980a15f4f6bb981d0793bd37483456c5bc79 (patch)
treefbc22b199fc7c747aa74e03ef22e65d0d61b2d1c /src/cpl.h
parentd88c2244d4f90d54164fcc856c3ba73809756381 (diff)
Misc fixes.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 2066130e..f695e4e2 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -70,6 +70,14 @@ public:
std::string content_title_text () const {
return _content_title_text;
}
+
+ void set_content_version_id (std::string id) {
+ _content_version_id = id;
+ }
+
+ void set_content_version_label_text (std::string text) {
+ _content_version_label_text = text;
+ }
/** @return the type of the content, used by media servers
* to categorise things (e.g. feature, trailer, etc.)