From a644414fd2c3a3f7f41e716b6875a78981e4cfe1 Mon Sep 17 00:00:00 2001 From: jacko Date: Fri, 23 Jun 2017 16:12:18 +0200 Subject: adding mpd live handling + automatic mpd fetching Change-Id: I2c05bdf6a4d940ad22bb8632268f4b63a08a80a8 Signed-off-by: jacko --- libdash/include/IMPD.h | 9 ++++++++- libdash/source/mpd/MPD.cpp | 8 ++++++++ libdash/source/mpd/MPD.h | 3 +++ libdash/source/xml/Node.cpp | 4 ++++ 4 files changed, 23 insertions(+), 1 deletion(-) (limited to 'libdash') 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 @@ -109,6 +109,13 @@ namespace dash */ virtual const std::string& GetType () const = 0; + /** + * 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 *