isStreaming : boolean Is there a streaming video source? I.e. from a webcam. Source
onError : Phaser.Signal This signal is dispatched
new Video(game, key, url) A Video object that takes a previously loaded
destroy() Destroys the Video object. This calls Video.stop and then Video.removeVideoElement.If any
stop() → {Phaser.Video}
createVideoFromURL(url, autoplay) → {
play(loop, playbackRate) → {
game : Phaser.Game A reference to the currently running game
setTouchLock() Sets the Input Manager touch callback to be Video.unlock.Required for mobile video unlocking. Mostly just used
onComplete : Phaser.Signal This signal is dispatched
Page 4 of 5