Results 41 - 60 of 82

MediaRecorder.onerror

The MediaRecorder.onerror event handler (part of the MediaRecorder API) handles the DOMError event, allowing you to run code in response to fatal errors occurring that prevent media capture.
API Audio Media Capture Media Recorder API MediaRecorder onerror Property Reference Video

MediaRecorder.onresume

The MediaRecorder.onresume event handler (part of the MediaRecorder API) handles the resume event, allowing you to run code in response to the media recording being resumed after pausing.
API Audio Media Capture Media Recorder API MediaRecorder onresume Property Reference Video

MediaRecorder.onstart

The MediaRecorder.onstartevent handler (part of the MediaRecorder API) handles the start event, allowing you to run code in response to media recording being started by a MediaRecorder.
API Audio Media Capture Media Recorder API MediaRecorder onstart Property Reference Référence Video

MediaRecorder.onstop

The MediaRecorder.onstop event handler (part of the MediaRecorder API) handles the stop event, allowing you to run code in response to media recording via a MediaRecorder being stopped.
API Audio Media Capture Media Recorder API MediaRecorder onstop Property Reference Référence Video

MediaRecorder.onwarning

The MediaRecorder.onwarning event handler (part of the MediaRecorder API) handles the recordingwarning event, allowing you to run code in response to non-fatal errors being thrown during media recording via a MediaRecorder, which don't halt recording.
API Audio Media Capture Media Recorder API MediaRecorder onwarning Property Reference Référence 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

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.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