Articles tagged: Media
Found 123 documents
- Mozilla/B2G_OS/API/Camera_API/Introduction Through the Camera API, it is possible to take pictures with your device's camera and upload ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMHTMLSourceElement The nsIDOMHTMLSourceElement interface is the DOM interface to the source child of the audio and ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMHTMLTimeRanges The nsIDOMHTMLTimeRanges interface represents a set of time ranges in media; it's primarily used ...
- Web/API/AudioContext/close The close() method of the AudioContext Interface closes the audio context, releasing any system ...
- Web/API/BlobEvent The BlobEvent interface represents events associated with a Blob. These blobs are typically, but ...
- Web/API/ConstrainBoolean The ConstrainBoolean dictionary is used to specify a constraint for a property whose value is a ...
- Web/API/ConstrainDOMString The ConstrainDOMString dictionary is used to specify a constraint for a property whose value is ...
- Web/API/ConstrainDouble The ConstrainDouble type is used to specify a constraint for a property whose value is a ...
- Web/API/ConstrainLong The ConstrainLong type is used to specify a constraint for a property whose value is an integral ...
- Web/API/DoubleRange The DoubleRange dictionary is used to define a range of permitted double-precision ...
- Web/API/HTMLMediaElement The HTMLMediaElement interface adds to HTMLElement the properties and methods needed to support ...
- Web/API/HTMLMediaElement/play The HTMLMediaElement.play() method attempts to begin playback of the media and returns a Promise ...
- Web/API/HTMLMediaElement/seekable The seekable read-only property of the HTMLMediaElement returns a TimeRanges object that ...
- Web/API/HTMLMediaElement/setSinkId The HTMLMediaElement.setSinkId() method sets the ID of the audio device to use for output and ...
- Web/API/HTMLMediaElement/sinkId The HTMLMediaElement.sinkId read-only property returns a DOMString that is the unique ID of the ...
- Web/API/HTMLMediaElement/srcObject The srcObject property of the HTMLMediaElement interface sets or returns the MediaStream to play ...
- Web/API/LongRange The LongRange dictionary is used to define a range of permitted integer values for a property, ...
- Web/API/MediaDeviceInfo The MediaDevicesInfo interface contains information on the available media input and output devices.
- Web/API/MediaDevices The MediaDevices interface provides access to connected media input devices like cameras and ...
- Web/API/MediaDevices/getSupportedConstraints The getSupportedConstraints () method of the MediaDevices interface returns an object based on ...
- Web/API/MediaDevices/ondevicechange The MediaDevices.ondevicechange property is an EventHandler which specifies a function to be ...
- Web/API/MediaKeys The MediaKeys interface of EncryptedMediaExtensions API the represents a set of keys that an ...
- Web/API/MediaKeys/createSession The MediaKeys.createSession() method returns a new MediaKeySession object, which represents a ...
- Web/API/MediaKeys/setServerCertificate The MediaKeys.setServerCertificate() method a Promise to a server certificate to be used to ...
- Web/API/MediaKeySession The MediaKeySession interface of the EncryptedMediaExtensions API represents a context for ...
- Web/API/MediaKeySystemAccess The MediaKeySystemAccess interface of the EncryptedMediaExtensions API provides access to a Key ...
- Web/API/MediaKeySystemAccess/createMediaKeys The MediaKeySystemAccess.createMediaKeys() method returns a Promise that resolves to a new ...
- Web/API/MediaKeySystemAccess/getConfiguration The MediaKeySystemAccess.getConfiguration() method returns a MediaKeySystemConfiguration object ...
- Web/API/MediaKeySystemConfiguration/audioCapabilities The MediaKeySystemConfiguration.audioCapabilities read-only property returns an array of ...
- Web/API/MediaKeySystemConfiguration/distinctiveIdentifier The MediaKeySystemConfiguration.distinctiveIdentifier read-only property indicates whether a ...
- Web/API/MediaKeySystemConfiguration/initDataTypes The MediaKeySystemConfiguration.initDataTypes read-only property returns a list of supported ...
- Web/API/MediaKeySystemConfiguration/persistentState The MediaKeySystemConfiguration.persistentState read-only property indicates whether the ability ...
- Web/API/MediaKeySystemConfiguration/videoCapabilities The MediaKeySystemConfiguration.videoCapabilities read-only property returns an array of ...
- Web/API/MediaSource The MediaSource interface represents a source of media data for an HTMLMediaElement object. A ...
- Web/API/MediaStream/getTrackById The MediaStream.getTrackById() method returns a MediaStreamTrack object representing the track ...
- 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/MediaStreamTrack The MediaStreamTrack interface represents a single media track within a stream; typically, these ...
- Web/API/MediaStreamTrack/enabled The MediaStreamTrack.enabled property returns a Boolean with a value of true if the track is ...
- 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/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/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/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/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 ...
- Web/API/MediaTrackSettings/volume The MediaTrackSettings dictionary's volume property is a double-precision floating-point number ...
- Web/API/MediaTrackSettings/width The MediaTrackSettings dictionary's width property is an integer indicating the number of pixels ...
- Web/API/MediaTrackSupportedConstraints/aspectRatio The MediaTrackSupportedConstraints dictionary's aspectRatio property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/channelCount The MediaTrackSupportedConstraints dictionary's channelCount property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/deviceId The MediaTrackSupportedConstraints dictionary's deviceId property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/echoCancellation The MediaTrackSupportedConstraints dictionary's echoCancellation property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/facingMode The MediaTrackSupportedConstraints dictionary's facingMode property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/frameRate The MediaTrackSupportedConstraints dictionary's frameRate property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/groupId The MediaTrackSupportedConstraints dictionary's groupId property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/height The MediaTrackSupportedConstraints dictionary's height property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/latency The MediaTrackSupportedConstraints dictionary's latency property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/sampleRate The MediaTrackSupportedConstraints dictionary's sampleRate property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/sampleSize The MediaTrackSupportedConstraints dictionary's sampleSize property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/volume The MediaTrackSupportedConstraints dictionary's volume property is a read-only Boolean value ...
- Web/API/Media_Streams_API/Constraints The twin concepts of constraints and capabilies let the browser and Web site or app exchange ...
- Web/API/Navigator/getVRDisplays The getVRDisplays() method of the Navigator interface returns a promise that resolves to an ...
- Web/API/RTCPeerConnection The RTCPeerConnection interface represents a WebRTC connection between the local computer and a ...
- Web/API/RTCPeerConnection/addIceCandidate When a web site or app using RTCPeerConnection receives a new ICE candidate from the remote peer ...
- Web/API/RTCPeerConnection/addTrack The RTCPeerConnection method addTrack() adds a new media track to the connection. The track is ...
- Web/API/RTCPeerConnection/canTrickleIceCandidates The read-only property RTCPeerConnection.canTrickleIceCandidates returns a Boolean which ...
- Web/API/RTCPeerConnection/createAnswer The createAnswer() method on the RTCPeerConnection interface creates an answer to an offer ...
- Web/API/RTCPeerConnection/createDataChannel The createDataChannel() method on the RTCPeerConnection interface creates a new channel over ...
- Web/API/RTCPeerConnection/removeStream The RTCPeerConnection.removeStream() method removes a MediaStream as a local source of audio or ...
- Web/API/RTCSessionDescription The RTCSessionDescription interface represents the parameters of a session. Each ...
- Web/API/RTCStatsReport WebRTC provides a method— RTCPeerConnection.getStats() —which returns a set of statistics about ...
- Web/API/TimeRanges The TimeRanges interface is used to represent a set of time ranges, primarily for the purpose of ...
- Web/API/TimeRanges/end Returns the time offset at which a specified time range ends.
- Web/API/TimeRanges/length The TimeRanges.length read-only property returns the number of ranges in the object.
- Web/API/TimeRanges/start Returns the time offset at which a specified time range begins.
- Web/API/TrackDefaultList The TrackDefaultList interface represents a simple container list for multiple TrackDefault objects.
- Web/API/TrackDefaultList/length The length read-only property of the TrackDefaultList interface returns the number of ...
- Web/API/TrackDefaultList/TrackDefault The TrackDefault() getter method of the TrackDefaultList interface allows the TrackDefault ...
- Web/API/TrackDefaultList/TrackDefaultList The TrackDefaultList() constructor of the TrackDefaultList interface constructs and returns a ...
- Web/API/VRDisplay The VRDisplay interface of the WebVR API represents any VR device supported by this API. It ...