new Video(game, key, url) A Video object that takes a previously loaded
isStreaming : boolean Is there a streaming video source? I.e. from a webcam. Source
complete() Called when the video completes playback (reaches and ended state).Dispatches the Video.onComplete signal.
connectToMediaStream(video, stream) → {Phaser.Video}
[readonly] playing : boolean True if the video is currently playing (and not paused or ended)
videoStream :MediaStream The Video Stream data. Only set if this Video is streaming from the webcam via startMediaStream
createVideoFromBlob(blob) → {Phaser.Video}
type : number The const type of this object. Source code:
[readonly] snapshot : Phaser.BitmapData
Page 5 of 5