width : number The width of the video in pixels. Source code:
playbackRate : number Gets or sets the playback rate of the Video. This is the speed at which the video is playing.
retryInterval : integer The number of ms between each retry at monitoring the status of a downloading video.
textureFrame : Phaser.Frame The Frame this video uses
retry : integer The current retry attempt. Source code:
mute : boolean Gets or sets the muted state of the Video. Source code:
paused : boolean Gets or sets the paused state of the Video.If the video is still touch locked (such as on iOS devices) this
disableTextureUpload : boolean If true this video will never send its image data to the GPU when its dirty flag is true. This only
unlock() Enables the video on mobile devices, usually after the first touch.If the SoundManager hasn't been unlocked then this
stop() → {Phaser.Video}
Page 3 of 5