Colibrio Reader Framework API - Cloud license
    Preparing search index...
    interface ISyncMediaPlaybackRange {
        id: number;
        options: DeepRequired<ISyncMediaPlaybackRangeOptions>;
        range: ISyncMediaTimelineRange;
        toJSON(): ISyncMediaPlaybackRangeData;
    }

    Properties

    id: number

    A unique identifier for the playback range.

    The options used for this playback range.

    Contains the start and end position for the range.

    Methods