aboutsummaryrefslogtreecommitdiffstats
path: root/libdash/include/IMPD.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdash/include/IMPD.h')
-rw-r--r--libdash/include/IMPD.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/libdash/include/IMPD.h b/libdash/include/IMPD.h
index 7e69eecf..7ac82755 100644
--- a/libdash/include/IMPD.h
+++ b/libdash/include/IMPD.h
@@ -111,6 +111,13 @@ namespace dash
/**
* Returns a reference to a string that specifies
+ * the publishTime
+ * @return a reference to a string
+ */
+ virtual const std::string& GetPublishTime () const = 0;
+
+ /**
+ * Returns a reference to a string that specifies
* <ul>
* <li>the anchor for the computation of the earliest availability time (in UTC) for any Segment in the Media Presentation if <tt>\@type=\"dynamic\"</tt>.
* <li>the Segment availability start time for all Segments referred to in this MPD if <tt>\@type=\"static\"</tt>.
@@ -204,4 +211,4 @@ namespace dash
}
}
-#endif /* IMPD_H_ */ \ No newline at end of file
+#endif /* IMPD_H_ */