read onlylength:Int
onaddtrack:Function
onchange:Function
onremovetrack:Function
read onlyselectedIndex:Int
getTrackById (id:String):VideoTrack
addEventListener (type:String, listener:Function, capture:Bool = false):Void
addEventListener (type:String, listener:EventListener, capture:Bool = false, ?wantsUntrusted:Bool):Void
Throws:
null
DOMError
dispatchEvent (event:Event):Bool
removeEventListener (type:String, listener:Function, capture:Bool = false):Void
removeEventListener (type:String, listener:EventListener, capture:Bool = false):Void