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.
- Inheritance
- Available extensions
Values
- enabled → const DashIsoWriteSegmentTimelineInRepresentation
- disabled → const DashIsoWriteSegmentTimelineInRepresentation
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toValue(
) → String -
Available on DashIsoWriteSegmentTimelineInRepresentation, provided by the DashIsoWriteSegmentTimelineInRepresentationValueExtension extension
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.