Video#retryLimit

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)
doc_phaser
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.