Results 1 - 18 of 18

MediaRecorder.mimeType

The MediaRecorder.mimeType read-only property returns the mime type that was selected as the recording container when it was created.
API MediaRecorder mimeType Property Reference

MediaRecorder.pause()

The Media.pause() method (part of the MediaRecorder API) is used to pause recording of media streams.
API Media Capture Media Recorder API MediaRecorder Method pause Reference

MediaRecorder.requestData()

The MediaRecorder.requestData() method (part of the MediaRecorder API) is used to raise a dataavailable event containing a Blob object of the captured media as it was when the method was called. This can then be grabbed and manipulated as you wish.
API Media Capture Media Recorder API MediaRecorder Method Reference requestData

MediaRecorder.resume()

The MediaRecorder.resume() method (part of the MediaRecorder API) is used to resume media recording when it has been previously paused.
API Media Capture Media Recorder API MediaRecorder Method Reference resume

MediaRecorder.start()

The MediaRecorder.start() method (part of the MediaRecorder API) is used to start capturing media into a Blob.
API Media Capture Media Recorder API MediaRecorder Method Reference start

MediaRecorder.stop()

The MediaRecorder.stop() method (part of the MediaRecorder API) is used to stop media capture.
API Media Capture Media Recorder API MediaRecorder Method Reference stop

MediaRecorder.stream

The MediaRecorder.stream read-only property returns the stream that was passed into the MediaRecorder() constructor when the MediaRecorder was created.
API Media Recorder API MediaRecorder Property Reference stream

MediaRecorder

The MediaRecorder interface of the MediaRecorder API provides functionality to easily record media. It is created by the invocation of the MediaRecorder() constructor.
API audio Audio Interface Media Capture Media Recorder API MediaRecorder Reference Video video

Media.Recorder.isMimeTypeSupported

The MediaRecorder.isMimeTypeSupported() method returns a true that indicates whether the value of the argument is one the user agent can record.
API Audio audio canRecordMimeType Media Capture Media Recorder API MediaRecorder Method Reference Video video

MediaRecorder.ondataavailable

The MediaRecorder.ondataavailable event handler (part of the MediaRecorder API) handles the dataavailable event, allowing you to run code in response to Blob data being made available for use.
API Audio Media Capture Media Recorder API MediaRecorder ondataavailable Property Reference Video

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

The MediaRecorder.onpause event handler (part of the MediaRecorder API) handles the pause event, allowing you to run code in response to the media recording being paused.
API Audio audio Media Capture Media Recorder API MediaRecorder onpause Property Reference Video 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