Extends
Constructors
new HTMLVideoElement()
new HTMLVideoElement():HTMLVideoElement
Returns
HTMLVideoElement
Inherited from
HTMLMediaElement.constructor
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.
Inherited from
HTMLMediaElement.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.
Inherited from
HTMLMediaElement.autoplay

