Returns a string that specifies whether the client can play a given media resource type.
Gets or sets the current playback position, in seconds.
Gets or sets the default muted when the user is not muted on a video resource.
Gets or sets the default playback rate when the user is not using fast forward or reverse for a video resource.
Returns the duration in seconds of the current media resource. A NaN value is returned if duration is not available, or Infinity if the media resource is streaming.
Gets information about whether the playback has ended or not.
Returns an object representing the current error state of the audio or video element.
Gets or sets a flag to specify whether playback should restart after it completes.
Gets or sets a flag that indicates whether the audio track on video media is muted.
Pauses the current playback and sets paused to TRUE. This can be used to test whether the media is playing or paused. You can also use the pause or play events to tell whether the media is playing or not.
Gets a flag that specifies whether playback is paused.
Loads and starts playback of a media resource.
Note: Uncaught (in promise) DOMException: play() failed because the user didn’t interact with the document first. Autoplay Policy Changes:
Gets or sets the current rate of speed for the media resource to play. This speed is expressed as a multiple of the normal speed of the media resource.
Gets TimeRanges for the current media resource that has been played.
Gets or sets the volume level for audio portions of the media element.
Video player.