public interface VideoPlayer
-
Method Details
-
location
-
play
VideoPlayer play() -
pause
VideoPlayer pause() -
stop
VideoPlayer stop() -
state
VideoPlayer.State state() -
looping
-
rate
-
audioSink
-
render
-
position
-
position
double position() -
duration
double duration() -
onReady
-
onError
-
onEOS
-