Results 21 - 30 of 30

HTMLMediaElement.buffered

The HTMLMediaElement.buffered read-only property returns a new TimeRanges object that indicates the ranges of the media source that the browser has buffered (if any) at the moment the buffered property is accessed.
API HTML DOM HTMLMediaElement Property Read-only Web

HTMLMediaElement.currentSrc

The HTMLMediaElement.currentSrc property contains the absolute URL of the chosen media resource. This could happen, for example, if the web server selects a media file based on the resolution of the user's display. The value is an empty string if the networkState property is EMPTY.
API HTML DOM HTMLMediaElement Property Read-only Web

HTMLMediaElement.ended

The HTMLMediaElement.ended indicates whether the media element has ended playback.
API HTML DOM HTMLMediaElement Property Read-only Web

HTMLMediaElement.error

The HTMLMediaElement.error is the MediaError object for the most recent error, or null if there has not been an error.
API HTML DOM HTMLMediaElement Property Read-only Web

HTMLMediaElement.initialTime

The HTMLMediaElement.initialTime is the initial playback position in seconds. 
API HTML DOM HTMLMediaElement Property Read-only Web

HTMLMediaElement.readyState

The HTMLMediaElement.readyState property indicates the readiness state of the media.
API HTML DOM HTMLMediaElement Property Read-only Web

HTMLMediaElement.seekable

The seekable read-only property of the HTMLMediaElement returns a TimeRanges object that contains the time ranges that the user is able to seek to, if any.
API Audio Extensions HTMLMediaElement Media MSE Property Reference seekable source Source Video