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

    Interface ISyncMediaPlaybackRangeData

    interface ISyncMediaPlaybackRangeData {
        id: number;
        options: ISyncMediaPlaybackRangeOptions;
        range: ISyncMediaTimelineRangeData;
    }

    Properties

    id: number

    A unique identifier for the range.

    The options used for this playback range.

    Contains the start and end position for the range.