Articles tagged: API
Found 5012 documents
- 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/mimeType The MediaRecorder.mimeType read-only property returns the MIME type that is being used as the ...
- 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/start The MediaRecorder method start(), which is part of the MediaStream Recording API, begins ...
- 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 ...
- Web/API/MediaRecorderErrorEvent/error The read-only error property in the MediaRecordingErrorEvent interface is a DOMException object ...
- Web/API/MediaRecorderErrorEvent/MediaRecorderErrorEvent The MediaRecorderErrorEvent () constructor creates a new MediaRecorderErrorEvent object that ...
- Web/API/MediaSettingsRange The MediaSettingsRange interface of the the MediaStream Image Capture API provides the possible ...
- Web/API/MediaSettingsRange/max The max read-only property of the MediaSettingsRange interface returns the maximum value of the ...
- Web/API/MediaSettingsRange/min The min read-only property of the MediaSettingsRange interface returns the minimum value of the ...
- Web/API/MediaSettingsRange/step The step read-only property of the MediaSettingsRange interface returns the minimum difference ...
- Web/API/MediaSource The MediaSource interface of the Media Source Extensions API represents a source of media data ...
- Web/API/MediaSource/activeSourceBuffers The activeSourceBuffers read-only property of the MediaSource interface returns a ...
- Web/API/MediaSource/addSourceBuffer The addSourceBuffer() method of the MediaSource interface creates a new SourceBuffer of the ...
- Web/API/MediaSource/duration The duration property of the MediaSource interface gets and sets the duration of the current ...
- Web/API/MediaSource/endOfStream The endOfStream() method of the MediaSource interface signals the end of the stream.
- Web/API/MediaSource/isTypeSupported The isTypeSupported() method of the MediaSource interface returns a Boolean value indicating if ...
- Web/API/MediaSource/MediaSource The MediaSource() constructor of the MediaSource interface constructs and returns a new ...
- Web/API/MediaSource/readyState The readyState read-only property of the MediaSource interface returns an enum representing the ...
- Web/API/MediaSource/removeSourceBuffer The removeSourceBuffer() method of the MediaSource interface removes the given SourceBuffer from ...
- Web/API/MediaSource/sourceBuffers The sourceBuffers read-only property of the MediaSource interface returns a SourceBufferList ...
- Web/API/MediaStream The MediaStream interface represents a stream of media content. A stream consists of several ...
- Web/API/MediaStream/active The active read-only property of the MediaStream interface returns a Boolean value which is true ...
- Web/API/MediaStream/addTrack The MediaStream.addTrack() method adds a new track to the stream. The track is specified as a ...
- Web/API/MediaStream/clone The clone() method of the MediaStream interface creates a duplicate of the MediaStream. This new ...
- Web/API/MediaStream/ended The ended read-only property of the MediaStream interface returns a Boolean value which is true ...
- Web/API/MediaStream/getVideoTracks The getVideoTracks() property of the MediaStream interface returns a sequence of ...
- Web/API/MediaStream/onaddtrack The MediaStream.onaddtrack property is an EventHandler which specifies a function to be called ...
- Web/API/MediaStream/onremovetrack The MediaStream.onremovetrack property is an EventHandler which specifies a function to be ...
- Web/API/MediaStreamAudioDestinationNode Inherits properties from its parent, AudioNode.
- Web/API/MediaStreamAudioDestinationNode/MediaStreamAudioDestinationNode The MediaStreamAudioDestinationNode() constructor of the Web Audio API creates a new ...
- Web/API/MediaStreamAudioDestinationNode/stream A MediaStream.
- Web/API/MediaStreamAudioSourceNode A MediaStreamAudioSourceNode has no inputs and exactly one output, and is created using the ...
- Web/API/MediaStreamAudioSourceNode/MediaStreamAudioSourceNode The MediaStreamAudioSourceNode() constructor of the Web Audio API creates a new ...
- Web/API/MediaStreamConstraints The MediaStreamConstraints dictionary is used when calling getUserMedia() to specify what kinds ...
- Web/API/MediaStreamConstraints/audio The MediaStreamConstraints dictionary's audio property is used to indicate what kind of audio ...
- Web/API/MediaStreamConstraints/video The MediaStreamConstraints dictionary's video property is used to indicate what kind of video ...
- Web/API/MediaStreamEvent The MediaStreamEvent interface represents events that occurs in relation to a MediaStream. Two ...
- Web/API/MediaStreamTrack The MediaStreamTrack interface represents a single media track within a stream; typically, these ...
- Web/API/MediaStreamTrack/applyConstraints The applyConstraints () method of the MediaStreamTrack interface applies a set of constraints to ...
- Web/API/MediaStreamTrack/clone The clone() method of the MediaStreamTrack interface creates a duplicate of the ...
- Web/API/MediaStreamTrack/getCapabilities The getCapabilities() method of the MediaStreamTrack interface returns a MediaTrackCapabilities ...
- Web/API/MediaStreamTrack/getConstraints The getConstraints() method of the MediaStreamTrack interface returns a MediaTrackConstraints ...
- Web/API/MediaStreamTrack/getSettings The getSettings() method of the MediaStreamTrack interface returns a MediaTrackSettings object ...
- Web/API/MediaStreamTrack/muted The muted read-only property of the MediaStreamTrack interface returns a Boolean value ...
- Web/API/MediaStreamTrack/onended The MediaStreamTrack.onended event handler is used to specify a function which serves as an ...
- Web/API/MediaStreamTrack/onoverconstrained The MediaStreamTrack.onoverconstrained event handler is a property called when the ...
- Web/API/MediaStreamTrack/onunmute The MediaStreamTrack.onunmute event handler is a property called when the unmute event is ...
- Web/API/MediaStreamTrack/readyState The read-only property MediaStreamTrack.readyState returns an enumerated value giving the status ...
- Web/API/MediaStreamTrack/stop In short, the MediaStreamTrack method stop() method stops the track.
- Web/API/MediaStreamTrackEvent The MediaStreamTrackEvent interface represents events which indicate that a MediaStream has had ...
- Web/API/MediaStreamTrackEvent/MediaStreamTrackEvent The MediaStreamTrackEvent() constructor returns a newly created MediaStreamTrackEvent object, ...
- Web/API/MediaStream_Image_Capture_API The MediaStream Image Capture API is an API for capturing images or videos from a photographic ...
- Web/API/MediaStream_Recording_API The MediaStream Recording API, sometimes simply referred to as the Media Recording API or the ...
- Web/API/MediaStream_Recording_API/Recording_a_media_element While the article Using the MediaStream Recording API demonstrates using the MediaRecorder ...
- Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API The MediaStream Recording API makes it easy to record audio and/or video streams. When used with ...
- Web/API/MediaTrackConstraints The MediaTrackConstraints dictionary is used to describe a set of capabilities and the value or ...
- Web/API/MediaTrackConstraints/aspectRatio The MediaTrackConstraints dictionary's aspectRatio property is a ConstrainDouble describing the ...
- Web/API/MediaTrackConstraints/autoGainControl The MediaTrackConstraints dictionary's autoGainControl property is a ConstrainBoolean describing ...
- Web/API/MediaTrackConstraints/channelCount The MediaTrackConstraints dictionary's channelCount property is a ConstrainLong describing the ...
- Web/API/MediaTrackConstraints/deviceId The MediaTrackConstraints dictionary's deviceId property is a ConstrainDOMString describing the ...
- Web/API/MediaTrackConstraints/echoCancellation The MediaTrackConstraints dictionary's echoCancellation property is a ConstrainBoolean ...
- Web/API/MediaTrackConstraints/facingMode The MediaTrackConstraints dictionary's facingMode property is a ConstrainDOMString describing ...
- Web/API/MediaTrackConstraints/frameRate The MediaTrackConstraints dictionary's frameRate property is a ConstrainDouble describing the ...
- Web/API/MediaTrackConstraints/groupId The MediaTrackConstraints dictionary's groupId property is a ConstrainDOMString describing the ...
- Web/API/MediaTrackConstraints/height The MediaTrackConstraints dictionary's height property is a ConstrainLong describing the ...
- Web/API/MediaTrackConstraints/latency The MediaTrackConstraints dictionary's latency property is a ConstrainDouble describing the ...
- Web/API/MediaTrackConstraints/noiseSuppression The MediaTrackConstraints dictionary's noiseSuppression property is a ConstrainBoolean ...
- Web/API/MediaTrackConstraints/sampleRate The MediaTrackConstraints dictionary's sampleRate property is a ConstrainLong describing the ...
- Web/API/MediaTrackConstraints/sampleSize The MediaTrackConstraints dictionary's sampleSize property is a ConstrainLong describing the ...
- Web/API/MediaTrackConstraints/volume The MediaTrackConstraints dictionary's volume property is a ConstrainDouble describing the ...
- Web/API/MediaTrackConstraints/width The MediaTrackConstraints dictionary's width property is a ConstrainLong describing the ...
- Web/API/MediaTrackSettings The MediaTrackSettings dictionary is used to return the current values configured for each of a ...
- Web/API/MediaTrackSettings/aspectRatio The MediaTrackSettings dictionary's aspectRatio property is a double-precision floating-point ...
- Web/API/MediaTrackSettings/autoGainControl The MediaTrackSettings dictionary's autoGainControl property is a Boolean value whose value ...
- Web/API/MediaTrackSettings/channelCount The MediaTrackSettings dictionary's channelCount property is an integer indicating how many ...
- Web/API/MediaTrackSettings/deviceId The MediaTrackSettings dictionary's deviceId property is a DOMString which uniquely identifies ...
- Web/API/MediaTrackSettings/echoCancellation The MediaTrackSettings dictionary's echoCancellation property is a Boolean value whose value ...
- Web/API/MediaTrackSettings/facingMode The MediaTrackSettings dictionary's facingMode property is a DOMString indicating the direction ...
- Web/API/MediaTrackSettings/frameRate The MediaTrackSettings dictionary's frameRate property is a double-precision floating-point ...
- Web/API/MediaTrackSettings/groupId The MediaTrackSettings dictionary's groupId property is a browsing-session unique DOMString ...
- Web/API/MediaTrackSettings/height The MediaTrackSettings dictionary's height property is an integer indicating the number of ...
- Web/API/MediaTrackSettings/latency The MediaTrackSettings dictionary's latency property is a double-precision floating-point number ...
- Web/API/MediaTrackSettings/noiseSuppression The MediaTrackSettings dictionary's noiseSuppression property is a Boolean value whose value ...
- Web/API/MediaTrackSettings/sampleRate The MediaTrackSettings dictionary's sampleRate property is an integer indicating how many audio ...
- Web/API/MediaTrackSettings/sampleSize The MediaTrackSettings dictionary's sampleSize property is an integer indicating the linear ...