-
public interface PlayerController
-
-
Method Summary
Modifier and Type Method Description abstract Unitplay()abstract Unitpause()abstract UnitseekTo(Integer position)abstract IntegercurrentTime()abstract IntegeroptimisticCurrentTime()abstract IntegercurrentDuration()abstract BooleanisMuted()abstract Unitmute()abstract BooleanisPlayingAd()abstract UnitshowEventInfoOverlay()abstract UnithideEventInfoOverlay()abstract Unitconfig(VideoPlayerConfig videoPlayerConfig)-
-
Method Detail
-
currentTime
abstract Integer currentTime()
-
optimisticCurrentTime
abstract Integer optimisticCurrentTime()
-
currentDuration
abstract Integer currentDuration()
-
isPlayingAd
abstract Boolean isPlayingAd()
-
showEventInfoOverlay
abstract Unit showEventInfoOverlay()
-
hideEventInfoOverlay
abstract Unit hideEventInfoOverlay()
-
config
abstract Unit config(VideoPlayerConfig videoPlayerConfig)
-
-
-
-