Package com.jwplayer.pub.ui.viewmodels
Interface ChaptersViewModel
public interface ChaptersViewModel
-
Method Summary
Modifier and TypeMethodDescription<any>
<any>
Bitmap
getThumbnailForChapter
(VttCue vttCue) void
boolean
<any>
<any>
<any>
void
seekToChapter
(VttCue vttCue) void
-
Method Details
-
isFullScreen
<any> isFullScreen() -
getCurrentChapterTitle
<any> getCurrentChapterTitle() -
isChapterTitleVisible
<any> isChapterTitleVisible() -
getChapterList
<any> getChapterList() -
getThumbnailForChapter
-
showChapterMenu
void showChapterMenu() -
hideChapterMenu
void hideChapterMenu() -
seekToChapter
-
isUiLayerVisible
<any> isUiLayerVisible() -
isChaptersAvailable
boolean isChaptersAvailable()
-