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
disableTextureUpload : boolean If true this video will never send its image data to the GPU when its dirty flag is true. This only
mute : boolean Gets or sets the muted state of the Video. Source code:
retry : integer The current retry attempt. Source code:
playbackRate : number Gets or sets the playback rate of the Video. This is the speed at which the video is playing.
width : number The width of the video in pixels. Source code:
unlock() Enables the video on mobile devices, usually after the first touch.If the SoundManager hasn't been unlocked then this
paused : boolean Gets or sets the paused state of the Video.If the video is still touch locked (such as on iOS devices) this
onComplete : Phaser.Signal This signal is dispatched
Page 3 of 5