retryLimit : integer
When starting playback of a video Phaser will monitor its readyState using a setTimeout call.
The setTimeout happens once every Video.retryInterval
ms. It will carry on monitoring the video
state in this manner until the retryLimit
is reached and then abort.
- Default Value
- 20
- Source code: gameobjects/Video.js (Line 149)
Please login to continue.