Enumeration AutoPlay

Represents the various types of auto-play behaviours that are supported.

Enumeration Members

Enumeration Members

On

The player should automatically play the movie as soon as it is loaded.

If the browser does not support automatic audio, the movie will begin muted.

Off

The player should not attempt to automatically play the movie.

This will leave it to the user or API to actually play when appropriate.

Auto

The player should automatically play the movie as soon as it is deemed "appropriate" to do so.

The exact behaviour depends on the browser, but commonly requires some form of user interaction on the page in order to allow auto playing videos with sound.