writeSegmentTimelineInRepresentation property

CmafWriteSegmentTimelineInRepresentation? writeSegmentTimelineInRepresentation
final

When you enable Precise segment duration in DASH 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.

Implementation

final CmafWriteSegmentTimelineInRepresentation?
    writeSegmentTimelineInRepresentation;