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

    Interface ISyncMediaTimelineRangeData

    Describes a range within a SyncMediaTimeline.

    interface ISyncMediaTimelineRangeData {
        end: ISyncMediaTimelinePositionData;
        start: ISyncMediaTimelinePositionData;
    }

    Properties

    The end position of the range.

    The start position of the range.