element:VideoElement
texture:Image
staticfromElement (element:VideoElement):Video
staticfromFile (filenames:Array<String>, done:Video ‑> Void):Void
position:Int
getVolume ():Float
Return the media volume, between 0 and 1.
isFinished ():Bool
If the media has finished or not.
setVolume (volume:Float):Void
Set the media volume, between 0 and 1.
Parameters:
volume
The new volume, between 0 and 1.
unload ():Void
Unload the resource from memory.