Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Used with the syncMediaReaderViewSynchronizationStateChanged EngineEvent.

Index

Enumeration members

AFTER_NEXT

AFTER_NEXT = "AFTER_NEXT"

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

BEFORE_PREVIOUS

BEFORE_PREVIOUS = "BEFORE_PREVIOUS"

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

NEXT

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 = "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 = "PREVIOUS"

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

VISIBLE

VISIBLE = "VISIBLE"

The SyncMedia position is inside ReaderView's visible range.

Generated using TypeDoc