VideoPlayer

interface VideoPlayer

Functions

init
Link copied to clipboard
abstract fun init()
Initialize the video player to that it's ready to play.
pause
Link copied to clipboard
abstract fun pause()
Video will be paused for a bit.
release
Link copied to clipboard
abstract fun release()
Releases any resources consumed by video player.