Articles tagged: video
Found 110 documents
- Archive/Firefox_OS/Platform/Gaia/Gaia_apps/Video The Video app is a simple video player that allows you to play any videos stored on your Firefox ...
- Archive/Firefox_OS/Quickstart/Intro_to_Firefox_OS Firefox OS (also referred to by its codename "Boot to Gecko" or "B2G") is Mozilla's open source ...
- Learn/HTML/Multimedia_and_embedding We've looked at a lot of text so far in this course. A. lot. of. text. But the web would be ...
- Learn/HTML/Multimedia_and_embedding/Mozilla_splash_page In this assessment, we'll test your knowledge of some of the techniques discussed in this ...
- Learn/HTML/Multimedia_and_embedding/Video_and_audio_content And that's a wrap; we hope you had fun playing with video and audio in web pages! In the next ...
- Web/API/HTMLMediaElement/seekable The seekable read-only property of the HTMLMediaElement returns a TimeRanges object that ...
- Web/API/HTMLVideoElement The HTMLVideoElement interface provides special properties and methods for manipulating video ...
- Web/API/MediaDevices/getUserMedia The MediaDevices.getUserMedia() method prompts the user for permission to use one video and/or ...
- 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/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/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/MediaRecorder The MediaRecorder interface of the MediaRecorder API provides functionality to easily record ...
- Web/API/MediaRecorder/canRecordMimeType The MediaRecorder.isMimeTypeSupported() method returns a true that indicates whether the value ...
- Web/API/MediaRecorder/MediaRecorder The MediaRecorder() constructor creates a new MediaRecorder object.
- Web/API/MediaRecorder/ondataavailable The MediaRecorder.ondataavailable event handler (part of the MediaRecorder API) handles the ...
- Web/API/MediaRecorder/onerror The MediaRecorder.onerror event handler (part of the MediaRecorder API) handles the DOMError ...
- 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_API The MediaRecorder API (MediaStream Recording) aims to provide a really simple mechanism by which ...
- Web/API/MediaSource The MediaSource interface represents a source of media data for an HTMLMediaElement object. A ...
- 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/MediaStreamConstraints The MediaStreamConstraints dictionary is used when calling getUserMedia() to specify what kinds ...
- 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/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/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/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/height The MediaTrackSettings dictionary's height property is an integer indicating the number of ...
- Web/API/MediaTrackSettings/width The MediaTrackSettings dictionary's width property is an integer indicating the number of pixels ...
- Web/API/Media_Source_Extensions_API The Media Source Extensions API (MSE) provides functionality enabling plugin-free web-based ...
- Web/API/Media_Streams_API The Media Capture and Streams API, often called the Media Stream API or the Stream API, is an ...
- 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/requestMediaKeySystemAccess The Navigator.requestMediaKeySystemAccess() method returns a Promise for a MediaKeySystemAccess ...
- Web/API/RTCPeerConnection/createAnswer The createAnswer() method on the RTCPeerConnection interface creates an answer to an offer ...
- Web/API/RTCSessionDescription The RTCSessionDescription interface represents the parameters of a session. Each ...
- Web/API/SourceBuffer The SourceBuffer interface represents a chunk of media to be passed into an HTMLMediaElement and ...
- Web/API/SourceBuffer/abort The abort() method of the SourceBuffer interface aborts the current segment and resets the ...
- Web/API/SourceBuffer/appendBuffer The appendBuffer() method of the SourceBuffer interface appends media segment data from an ...
- Web/API/SourceBuffer/appendStream The appendStream() method of the SourceBuffer interface appends media segment data from a ...
- Web/API/SourceBuffer/appendWindowEnd The appendWindowEnd property of the SourceBuffer interface controls the timestamp for the end of ...
- Web/API/SourceBuffer/appendWindowStart The appendWindowStart property of the SourceBuffer interface controls the timestamp for the ...
- Web/API/SourceBuffer/buffered The buffered read-only property of the SourceBuffer interface returns the time ranges that are ...
- Web/API/SourceBuffer/mode The mode property of the SourceBuffer interface controls whether media segments can be appended ...
- Web/API/SourceBuffer/remove The remove() method of the SourceBuffer interface removes media segments within a specific time ...
- Web/API/SourceBuffer/textTracks The textTracks read-only property of the SourceBuffer interface returns a list of the text ...
- Web/API/SourceBuffer/timestampOffset The timestampOffset property of the SourceBuffer interface controls the offset applied to ...
- Web/API/SourceBuffer/trackDefaults The trackDefaults property of the SourceBuffer interface specifies the default values to use if ...
- Web/API/SourceBuffer/updating The updating read-only property of the SourceBuffer interface indicates whether the SourceBuffer ...
- Web/API/SourceBuffer/videoTracks The videoTracks read-only property of the SourceBuffer interface returns a list of the video ...
- Web/API/SourceBufferList The SourceBufferList interface represents a simple container list for multiple SourceBuffer objects.
- Web/API/SourceBufferList/length The length read-only property of the SourceBufferList interface returns the number of ...
- Web/API/SourceBufferList/SourceBuffer The SourceBuffer() getter method of the SourceBufferList interface allows the SourceBuffer ...
- Web/API/TrackDefault The TrackDefault interface provides a SourceBuffer with kind, label, and language information ...
- Web/API/TrackDefault/byteStreamTrackID The byteStreamTrackID read-only property of the TrackDefault interface returns the ID of the ...
- Web/API/TrackDefault/kinds The kinds read-only property of the TrackDefault interface returns default kinds for an ...
- Web/API/TrackDefault/label The label read-only property of the TrackDefault interface returns the default label for an ...
- Web/API/TrackDefault/language The language read-only property of the TrackDefault interface returns a default language for an ...
- Web/API/TrackDefault/TrackDefault The TrackDefault() constructor of the TrackDefault interface constructs and returns a new ...
- Web/API/TrackDefault/type The type read-only property of the TrackDefault interface returns the type of track that this ...
- 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/VideoPlaybackQuality The VideoPlaybackQuality interface represents the set of metrics describing the playback quality ...
- Web/API/VideoPlaybackQuality/corruptedVideoFrames The VideoPlaybackQuality.corruptedVideoFrames read-only property returns an unsigned long ...
- Web/API/VideoPlaybackQuality/creationTime The VideoPlaybackQuality.creationTime read-only property returns a DOMHighResTimeStamp ...
- Web/API/VideoPlaybackQuality/droppedVideoFrames The VideoPlaybackQuality.droppedVideoFrames read-only property returns an unsigned long ...
- Web/API/VideoPlaybackQuality/totalFrameDelay The VideoPlaybackQuality.totalFrameDelay read-only property returns a double containing the sum ...
- Web/API/VideoPlaybackQuality/totalVideoFrames The VideoPlaybackQuality.totalVideoFrames read-only property returns an unsigned long containing ...
- Web/API/WebGL_API/Tutorial/Animating_textures_in_WebGL In this demonstration, we build upon the previous example by replacing our static textures with ...
- Web/API/WebRTC_API/adapter.js The WebRTC organization provides on GitHub the WebRTC adapter to work around compatibility ...
- Web/API/WebRTC_API/Connectivity This article describes how the various WebRTC-related protocols interact with one another in ...
- Web/API/WebRTC_API/High-level_guide WebRTC (Web Real-Time Communications) is a broad, multi-component system for setting up and ...
- Web/API/WebRTC_API/Overview WebRTC consists of several interrelated APIs and protocols which work together to support the ...
- Web/API/WebRTC_API/Protocols This article introduces the protocols on top of which the WebRTC API is built.
- Web/API/WebRTC_API/Taking_still_photos This article shows how to use WebRTC to access the camera on a computer or mobile phone with ...
- Web/Apps/Fundamentals/Audio_and_video_delivery Whether we are dealing with pre-recorded audio files or live streams, the mechanism for making ...
- Web/Apps/Fundamentals/Audio_and_video_delivery/buffering_seeking_time_ranges Sometimes it's useful to know how much audio or video has downloaded or is playable without ...
- Web/Apps/Fundamentals/Audio_and_video_delivery/cross_browser_video_player This article describes a simple HTML5 video player that uses the Media and Fullscreen APIs and ...