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

    Describes a range within a SyncMediaTimeline.

    interface ISyncMediaTimelineRange {
        end: ISyncMediaTimelinePosition;
        start: ISyncMediaTimelinePosition;
    }

    Properties

    The end position of the range.

    The start position of the range.