IVideoController

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun isVideoPlaying(): Boolean
Link copied to clipboard
abstract fun pause(video: VideoInfo)
Link copied to clipboard
abstract fun play(video: VideoInfo)
Link copied to clipboard
abstract fun seek(video: VideoInfo, position: Long)
Link copied to clipboard
abstract fun start(video: VideoInfo)
abstract fun start(video: VideoInfo, position: Long)
Link copied to clipboard
abstract fun stop(video: VideoInfo, reason: String)