Package com.jwplayer.pub.ui.viewmodels
Interface ControlbarViewModel
public interface ControlbarViewModel
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatchControlBarVisibilityEvent
(boolean visibility) void
displayClick
(boolean requestedVisibility) <any>
<any>
<any>
<any>
<any>
<any>
<any>
<any>
<any>
<any>
<any>
<any>
<any>
<any>
<any>
<any>
isDVR()
<any>
<any>
<any>
isLive()
<any>
<any>
isMuted()
<any>
<any>
<any>
<any>
<any>
<any>
<any>
void
void
next()
void
void
void
void
void
pause()
void
void
play()
void
void
seek
(double position) void
void
setControlBarVisibility
(Boolean value) void
setFullscreen
(boolean fullscreen) void
setUiLayerVisibility
(Boolean value) void
<any>
<any>
void
-
Method Details
-
getUiState
<any> getUiState() -
getBufferProgressPosition
<any> getBufferProgressPosition() -
getCurrentPlaybackPosition
<any> getCurrentPlaybackPosition() -
getPlaybackDuration
<any> getPlaybackDuration() -
isMuted
<any> isMuted() -
isClosedCaptionsToggleVisible
<any> isClosedCaptionsToggleVisible() -
isClosedCaptionActive
<any> isClosedCaptionActive() -
isSettingsAvailable
<any> isSettingsAvailable() -
isLive
<any> isLive() -
isDVR
<any> isDVR() -
getContentType
<any> getContentType() -
isMultiItemPlaylist
<any> isMultiItemPlaylist() -
isRelatedShelf
<any> isRelatedShelf() -
isRelatedModeNone
<any> isRelatedModeNone() -
isPlaylistVisible
<any> isPlaylistVisible() -
isFullScreen
<any> isFullScreen() -
isAtLiveEdge
<any> isAtLiveEdge() -
getCueMarkers
<any> getCueMarkers() -
isNextPlaylistItemIconVisible
<any> isNextPlaylistItemIconVisible() -
thumbnailPreview
<any> thumbnailPreview() -
thumbnailOnSeek
<any> thumbnailOnSeek() -
getClosedCaptionList
<any> getClosedCaptionList() -
isErrorMode
<any> isErrorMode() -
setControlBarVisibility
-
play
void play() -
pause
void pause() -
seekBack10Seconds
void seekBack10Seconds() -
jumpToLiveEdge
void jumpToLiveEdge() -
setFullscreen
void setFullscreen(boolean fullscreen) -
next
void next() -
seek
void seek(double position) -
openPlaylistView
void openPlaylistView() -
toggleCaptions
void toggleCaptions() -
openCaptionsMenu
void openCaptionsMenu() -
openPlaybackRatesMenu
void openPlaybackRatesMenu() -
onSettingsClicked
void onSettingsClicked() -
pauseControlsAutoHide
void pauseControlsAutoHide() -
resumeControlsAutoHide
void resumeControlsAutoHide() -
setUiLayerVisibility
-
displayClick
void displayClick(boolean requestedVisibility) -
dispatchControlBarVisibilityEvent
void dispatchControlBarVisibilityEvent(boolean visibility) -
getPlaybackRate
<any> getPlaybackRate() -
getSeekRange
<any> getSeekRange() -
isSeeking
<any> isSeeking() -
getCurrentChapterTitle
<any> getCurrentChapterTitle() -
isChapterTitleVisible
<any> isChapterTitleVisible() -
getChapterList
<any> getChapterList() -
showChapterMenu
void showChapterMenu() -
isUiLayerVisible
<any> isUiLayerVisible()
-