Extended by
Implements
Constructors
new HTMLMediaElement()
new HTMLMediaElement():HTMLMediaElement
Returns
HTMLMediaElement
Properties
audioTracks
abstract readonly audioTracks: AudioTrackList
Gets the list of audio tracks.
For additional information, see
https://html.spec.whatwg.org/multipage/media.html#dom-media-audiotracks.
autoplay
abstract autoplay: boolean
If set to true, automatically starts the playback when the URL is loaded.
If set to false, the app must call play explicitly to start playback.
For additional information, see
https://html.spec.whatwg.org/multipage/media.html#dom-media-autoplay.

