Segment Outline - Grade-A-Software/Comcast-DASH-VLC GitHub Wiki
###The Segment Datatype is a container object representing a section of media, and it contains:
- A duration (in integer representation of microseconds)
- A repeat flag and counter (integer; 0 if not repeated, number of repetitions otherwise)
- A Time index
####Methods: These are all getters and setters with no added functionality
- getDuration()
- setDuration(int d)
- getRepeat()
- setRepeat(int r)
- getTime()
- setTime(int t)