DashIsoWriteSegmentTimelineInRepresentation enum
When you enable Precise segment duration in manifests (writeSegmentTimelineInRepresentation), your DASH manifest shows precise segment durations. The segment duration information appears inside the SegmentTimeline element, inside SegmentTemplate at the Representation level. When this feature isn't enabled, the segment durations in your DASH manifest are approximate. The segment duration information appears in the duration attribute of the SegmentTemplate element.
Values
- enabled → const DashIsoWriteSegmentTimelineInRepresentation
- disabled → const DashIsoWriteSegmentTimelineInRepresentation
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DashIsoWriteSegmentTimelineInRepresentation> - A constant List of the values in this enum, in order of their declaration.