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

    Enumeration SyncMediaRangePlaybackRemoveReason

    Describes why a playback range was removed from a ISyncMediaPlayer.

    Enumeration Members

    APP_GENERATED: "APP_GENERATED"

    The playback range was removed because the app called removePlaybackRange() on the SyncMediaPlayer.

    END_REACHED: "END_REACHED"

    The playback range was removed because playback reached the range's end position.

    RANGE_REPLACED: "RANGE_REPLACED"

    The playback range was replaced because the app called a setPlaybackRange() on the SyncMediaPlayer.

    READER_VIEW_SYNC: "READER_VIEW_SYNC"

    The playback range was removed due to a synchronization event with the attached ReaderView.

    SEEK: "SEEK"

    The playback range was removed because the app called a seek method on the SyncMediaPlayer.