Interface SegmentTimelineType

Defines a timeline of segments.

interface SegmentTimelineType {
    S?: readonly SegmentTimelineTypeSType[];
}

Properties

Properties

An array of timeline segments, each specifying duration and repeat count.