Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes why a playback range was removed from a ISyncMediaPlayer.

Index

Enumeration members

APP_GENERATED

APP_GENERATED = "APP_GENERATED"

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

END_REACHED

END_REACHED = "END_REACHED"

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

RANGE_REPLACED

RANGE_REPLACED = "RANGE_REPLACED"

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

READER_VIEW_SYNC

READER_VIEW_SYNC = "READER_VIEW_SYNC"

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

SEEK

SEEK = "SEEK"

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

Generated using TypeDoc