aboutsummaryrefslogtreecommitdiffstats
path: root/libdash/include/ITimeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdash/include/ITimeline.h')
-rw-r--r--libdash/include/ITimeline.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libdash/include/ITimeline.h b/libdash/include/ITimeline.h
index e1f8e953..0315fba3 100644
--- a/libdash/include/ITimeline.h
+++ b/libdash/include/ITimeline.h
@@ -43,14 +43,14 @@ namespace dash
* \em StartTime corresponds to the \c \@t attribute.
* @return an unsigned integer
*/
- virtual uint32_t GetStartTime () const = 0;
+ virtual uint64_t GetStartTime () const = 0;
/**
* Returns the integer that specifies the Segment duration, in units of the value of the \c \@timescale. \n\n
* \em Duration corresponds to the \c \@d attribute.
* @return an unsigned integer
*/
- virtual uint32_t GetDuration () const = 0;
+ virtual uint64_t GetDuration () const = 0;
/**
* Returns an integer that specifies the repeat count of the number of following contiguous Segments with the same duration expressed by the value of \c \@d.
@@ -58,9 +58,9 @@ namespace dash
* \em RepeatCount corresponds to the \c \@r attribute.
* @return an unsigned integer
*/
- virtual uint32_t GetRepeatCount () const = 0;
+ virtual uint64_t GetRepeatCount () const = 0;
};
}
}
-#endif /* ITIMELINE_H_ */ \ No newline at end of file
+#endif /* ITIMELINE_H_ */