aboutsummaryrefslogtreecommitdiffstats
path: root/MPD/IRepresentationStream.h
diff options
context:
space:
mode:
authorjacko <jsamain+fdio@cisco.com>2017-06-08 19:54:24 +0200
committerjacko <jsamain+fdio@cisco.com>2017-06-08 19:59:02 +0200
commitf8907f0a7a84928800adbbfd8e66e500794aa5d5 (patch)
treead1565a5d9aabb3c699a80404f60aa68ea56d914 /MPD/IRepresentationStream.h
parente3bff273518853e34c86719ce86fa72f1b5ba3b1 (diff)
Adding handling for different kind of MPDs (previously the front end could only handle MPD with SegmentList)
Now can handle: MPD with SegmentTemplate in Representation (VOD) MPD with SegmentTemplate and SegmentTimeline (live) Change-Id: Ie32e0e1823c94b1412990192595b16d3e2df1cfd Plus: removed some printf Signed-off-by: jacko <jsamain+fdio@cisco.com>
Diffstat (limited to 'MPD/IRepresentationStream.h')
-rw-r--r--MPD/IRepresentationStream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MPD/IRepresentationStream.h b/MPD/IRepresentationStream.h
index 370c84ed..31f83d54 100644
--- a/MPD/IRepresentationStream.h
+++ b/MPD/IRepresentationStream.h
@@ -43,6 +43,8 @@ public:
virtual uint32_t getCurrentSegmentNumber() = 0;
virtual uint32_t getLastSegmentNumber() = 0;
virtual uint32_t getAverageSegmentDuration() = 0;
+ virtual void setSegmentOffset(uint32_t offset) = 0;
+
};
}
}