Pular para o conteúdo principal

Class: VideoPlayer

This page documents the methods and fields available in the VideoPlayer class.

Members

SignatureDescription
getVolume()Returns the current volume.
isLoop()Returns whether loop is true.
isPaused()Returns whether paused is true.
isPlaying()Returns whether playing is true.
isStopped()Returns whether stopped is true.
pause()Performs the pause operation.
play()Performs the play operation.
seekTo(int)Performs the seekTo operation using the provided parameters (miliSeconds).
setLoop(boolean)Sets or updates the loop.
setOutputVideoFile(File)Sets or updates the output video file.
setOutputVideoFile(OutputVideoFile)Sets or updates the output video file.
setVideoFile(File)Sets or updates the video file.
setVideoFile(VideoFile)Sets or updates the video file.
setVolume(float)Sets or updates the volume.
stop()Performs the stop operation.
unPause()Performs the unPause operation.