Articles tagged: Media Recorder API
Found 18 documents
- Web/API/MediaRecorder The MediaRecorder interface of the MediaStream Recording API provides functionality to easily ...
- Web/API/MediaRecorder/audioBitsPerSecond The audioBitsPerSecond read-only property of the MediaRecorder interface returns the audio ...
- Web/API/MediaRecorder/ignoreMutedMedia The ignoreMutedMedia property of the MediaRecorder interface indicates whether the MediaRecorder ...
- Web/API/MediaRecorder/isTypeSupported The MediaRecorder.isTypeSupported() method returns a Boolean which is true if the MIME type ...
- Web/API/MediaRecorder/MediaRecorder The MediaRecorder() constructor creates a new MediaRecorder object that will record a specified ...
- Web/API/MediaRecorder/ondataavailable The MediaRecorder.ondataavailable event handler (part of the MediaStream Recording API) handles ...
- Web/API/MediaRecorder/onerror The MediaRecorder interface's onerror event handler is called by the MediaStream Recording API ...
- Web/API/MediaRecorder/onpause The MediaRecorder.onpause event handler (part of the MediaRecorder API) handles the pause event, ...
- Web/API/MediaRecorder/onresume The MediaRecorder.onresume event handler (part of the MediaRecorder API) handles the resume ...
- Web/API/MediaRecorder/onstart The MediaRecorder.onstart event handler (part of the MediaRecorder API) handles the start event, ...
- Web/API/MediaRecorder/onstop The MediaRecorder.onstop event handler (part of the MediaRecorder API) handles the stop event, ...
- Web/API/MediaRecorder/onwarning The MediaRecorder.onwarning event handler (part of the MediaRecorder API) handles the ...
- Web/API/MediaRecorder/pause The Media.pause() method (part of the MediaRecorder API) is used to pause recording of media ...
- Web/API/MediaRecorder/requestData The MediaRecorder.requestData() method (part of the MediaRecorder API) is used to raise a ...
- Web/API/MediaRecorder/resume The MediaRecorder.resume() method (part of the MediaRecorder API) is used to resume media ...
- Web/API/MediaRecorder/state The MediaRecorder.state read-only property returns the current state of the current ...
- Web/API/MediaRecorder/stop The MediaRecorder.stop() method (part of the MediaRecorder API) is used to stop media capture.
- Web/API/MediaRecorder/stream The MediaRecorder.stream read-only property returns the stream that was passed into the ...