Results 221 - 240 of 247

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

SourceBuffer.appendWindowStart

The appendWindowStart property of the SourceBuffer interface controls the timestamp for the start of the append window, a timestamp range that can be used to filter what media data is appended to the SourceBuffer. Coded media frames with timestamps wthin this range will be appended, whereas those outside the range will be filtered out.
API appendWindowStart Audio Experimental Media Source Extensions MSE Property Reference SourceBuffer Video

SourceBuffer.audioTracks

The audioTracks read-only property of the SourceBuffer interface returns a list of the audio tracks currently contained inside the SourceBuffer.
API Audio audiotracks Experimental Media Source Extensions MSE Property Reference SourceBuffer

SourceBuffer.buffered

The buffered read-only property of the SourceBuffer interface returns the time ranges that are currently buffered in the SourceBuffer.
API Audio buffered Experimental Media Source Extensions MSE Property Reference SourceBuffer Video

SourceBuffer.remove()

The remove() method of the SourceBuffer interface removes media segments within a specific time range from the SourceBuffer.
API Audio Experimental Media Source Extensions Method MSE Reference remove SourceBuffer Video

SourceBuffer.timestampOffset

The timestampOffset property of the SourceBuffer interface controls the offset applied to timestamps inside media segments that are appended to the SourceBuffer.
API Audio Experimental Media Source Extensions MSE Property Reference SourceBuffer timestampOffset Video

SourceBuffer.trackDefaults

The trackDefaults property of the SourceBuffer interface specifies the default values to use if kind, label, and/or language information is not available in the initialization segment of the media to be appended to the SourceBuffer.
API Audio Experimental Media Source Extensions MSE Property Reference SourceBuffer trackDefaults Video

SourceBuffer.updating

The updating read-only property of the SourceBuffer interface indicates whether the SourceBuffer is currently being updated — i.e. whether an SourceBuffer.appendBuffer()SourceBuffer.appendStream(), or SourceBuffer.remove() operation is currently in progress.
API Audio Experimental Media Source Extensions MSE Property Reference SourceBuffer Updating Video

SourceBufferList.length

The length read-only property of the SourceBufferList interface returns the number of SourceBuffer objects in the list.
API Audio length Media Source Extensions MSE Property Reference SourceBufferList Video

SourceBufferList.SourceBuffer()

The SourceBuffer() getter method of the SourceBufferList interface allows the SourceBuffer objects in the list to be accessed with an array operator (i.e. [].)
API Audio Experimental Getter Media Source Extensions Method MSE Reference SourceBuffer SourceBufferList Video

TrackDefault.byteStreamTrackID

The byteStreamTrackID read-only property of the TrackDefault interface returns the ID of the specific track that the SourceBuffer should apply to.
API Audio byteStreamTrackID Experimental Media Source Extensions MSE Property Reference TrackDefault Video

TrackDefault.kinds

The kinds read-only property of the TrackDefault interface returns default kinds for an associated SourceBuffer to use when an initialization segment does not contain label information for a new track.
API Audio Experimental kinds Media Source Extensions MSE Property Reference TrackDefault Video

TrackDefault.label

The label read-only property of the TrackDefault interface returns the default label for an associated SourceBuffer to use when an initialization segment does not contain label information for a new track.
API Audio Experimental label Media Source Extensions MSE Property Reference TrackDefault Video