Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface ISyncMediaTimelinePositionData

    Describes a position within a SyncMediaTimeline instance.

    interface ISyncMediaTimelinePositionData {
        offsetWithinSegmentMs: number;
        segmentIndex: number;
    }

    Properties

    offsetWithinSegmentMs: number

    The offset of this position within the segment in milliseconds.

    1

    segmentIndex: number

    The index of the segment that this position targets. If the position is at the end of the timeline, the index will equal timeline.getSegments().length.

    0