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

    Enumeration SyncMediaPositionRelativeToVisibleRange

    Describes the position of the SyncMediaPlayer relative to the visible content in a ReaderView.

    Used with the syncMediaReaderViewSynchronizationStateChanged EngineEvent.

    Enumeration Members

    AFTER_NEXT: "AFTER_NEXT"

    The SyncMedia position is at some location after the next content range.

    BEFORE_PREVIOUS: "BEFORE_PREVIOUS"

    The SyncMedia position is at some location before the previous content range.

    NEXT: "NEXT"

    The SyncMedia position is inside ReaderView's next content range. In paginated renderers this corresponds to the next page/spread.

    NO_MATCHING_DOCUMENT: "NO_MATCHING_DOCUMENT"

    This value will be used by the SyncMediaPlayer when the current timeline position corresponds to a document that has not been added to the ReaderView.

    PREVIOUS: "PREVIOUS"

    The SyncMedia position is inside ReaderView's previous content range. In paginated renderers this corresponds to the previous page/spread.

    VISIBLE: "VISIBLE"

    The SyncMedia position is inside ReaderView's visible range.