Results 1 - 20 of 47

MediaSource.activeSourceBuffers

The activeSourceBuffers read-only property of the MediaSource interface returns a SourceBufferList object containing a subset of the SourceBuffer objects contained within SourceBuffers — the list of objects providing the selected video track,  enabled audio tracks, and shown/hidden text tracks.
activeSourceBuffers API Audio Experimental MediaSource MediaSourceExtensions MSE Property Reference Video

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

MediaSource.addSourceBuffer()

The addSourceBuffer() method of the MediaSource interface creates a new SourceBuffer of the given MIME type and adds it to the MediaSource's SourceBuffers list.
addSourceBuffer API Audio Experimental Media Source Extensions MediaSource Method MSE Reference Video

MediaSource.duration

The duration property of the MediaSource interface gets and sets the duration of the current media being presented.
API Audio duration Experimental Media Source Extensions MediaSource MSE Property Reference Video

MediaSource.endOfStream()

The endOfStream() method of the MediaSource interface signals the end of the stream.
API Audio endOfStream Experimental Media Source Extensions MediaSource Method MSE Reference Video

MediaSource.isTypeSupported()

The isTypeSupported() method of the MediaSource interface returns a Boolean value indicating if the given MIME type is supported by the current user agent — this is, if it can successfully create SourceBuffer objects for that MIME type.
API Audio Experimental isTypeSupported Media Source Extensions MediaSource Method MSE Reference Video

MediaSource.MediaSource()

The MediaSource() constructor of the MediaSource interface constructs and returns a new MediaSource object with no associated source buffers.
API Audio Constructor Experimental Media Source Extensions MediaSource MSE Reference Video

MediaSource.readyState

The readyState read-only property of the MediaSource interface returns an enum representing the state of the current MediaSource. The three possible values are:
API Audio Experimental Media Source Extensions MediaSource MSE Property readyState Reference Video

MediaSource.removeSourceBuffer()

The removeSourceBuffer() method of the MediaSource interface removes the given SourceBuffer from the SourceBuffers list associated with this MediaSource object.
API Audio Experimental Media Source Extensions MediaSource Method MSE Reference removeSourceBuffer Video

MediaSource.sourceBuffers

The sourceBuffers read-only property of the MediaSource interface returns a SourceBufferList object containing the list of SourceBuffer objects associated with this MediaSource.
API Audio Experimental Media Source Extensions MediaSource MSE Property Reference sourceBuffers Video

SourceBuffer.abort()

The abort() method of the SourceBuffer interface aborts the current segment and resets the segment parser.
abort API Audio Experimental Media Source Extensions Method MSE Reference SourceBuffer Video

SourceBuffer.appendBuffer()

The appendBuffer() method of the SourceBuffer interface appends media segment data from an ArrayBuffer or ArrayBufferView object to the SourceBuffer.
API appendBuffer Audio Experimental Media Source Extensions Method MSE Reference SourceBuffer Video

SourceBuffer.appendStream()

The appendStream() method of the SourceBuffer interface appends media segment data from a ReadableStream object to the SourceBuffer.
API appendstream Audio Experimental Media Source Extensions Method MSE Reference SourceBuffer Video