diff options
author | jacko <jsamain+fdio@cisco.com> | 2017-06-23 16:12:18 +0200 |
---|---|---|
committer | jacko <jsamain+fdio@cisco.com> | 2017-06-23 16:12:18 +0200 |
commit | a644414fd2c3a3f7f41e716b6875a78981e4cfe1 (patch) | |
tree | 13fc8ff2f6072add96f987a1a68a15c22d68d911 /libdash/include | |
parent | f8907f0a7a84928800adbbfd8e66e500794aa5d5 (diff) |
adding mpd live handling + automatic mpd fetching
Change-Id: I2c05bdf6a4d940ad22bb8632268f4b63a08a80a8
Signed-off-by: jacko <jsamain+fdio@cisco.com>
Diffstat (limited to 'libdash/include')
-rw-r--r-- | libdash/include/IMPD.h | 9 |
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_ */ |