Options
All
  • Public
  • Public/Protected
  • All
Menu

Used with SyncMediaPlayer.attemptReaderViewSynchronization()

Index

Enumeration members

READER_VIEW_GOTO

READER_VIEW_GOTO = "READER_VIEW_GOTO"

Attempt synchronization by navigating the ReaderView to the SyncMediaTimelinePosition using ReaderView.goTo().

READER_VIEW_NEXT

READER_VIEW_NEXT = "READER_VIEW_NEXT"

Attempt synchronization by navigating the ReaderView to the SyncMediaTimelinePosition using ReaderView.next().

READER_VIEW_PREVIOUS

READER_VIEW_PREVIOUS = "READER_VIEW_PREVIOUS"

Attempt synchronization by navigating the ReaderView to the SyncMediaTimelinePosition using ReaderView.previous().

SYNC_MEDIA_SEEK

SYNC_MEDIA_SEEK = "SYNC_MEDIA_SEEK"

Attempt synchronization by seeking the SyncMediaPlayer to the ReaderView's reading position.

Generated using TypeDoc