Adds a video view into your app layout.
By default, the video will be resize relative to its dimensions. If you want the video to cover the entire width and height, pass "fill" in the options argument.
Here are the setter and getter properties for the VideoView component.
Here are the methods for the VideoView component.
Properties
The following properties are available on the VideoView object:
completed → Boolean
duration → Number
loop → Boolean
muted → Boolean
paused → Boolean
played → Boolean
seeking → Boolean
speed → Number
url → String
volume → Number
Methods
The following methods are available on the VideoView object:
load()
play()
setOnComplete(
cb )
setOnError(
cb )
setOnPause(
cb )
setOnProgress(
cb )
setOnReady(
cb )
setOnSeeking(
cb )
setOnVolume(
cb )
stop()