Results 1 - 20 of 145

volume

The HTMLMediaElement.volume property sets the volume at which the media will be played. 
HTML Media Element

MediaDevices

The MediaDevices interface provides access to connected media input devices like cameras and microphones, as well as screensharing.
API Interface Media MediaDevices

WebGL

Support for WebGL is present in Firefox 4+, Google Chrome 9+, Opera 12+, Safari 5.1+ and Internet Explorer 11+; however, the user's device must also have hardware that supports these features.
Advanced Graphics Media WebGL

display-mode

display-mode is a CSS media feature that selectively applies CSS based on the display mode of the application. This feature corresponds the Web app manifest's display member. Both apply to the top-level browsing context and any child browsing contexts. This query applies regardless of whether a web app manifest is present. Use this query to provide a consistant user experience between launching a site from an URL and lunching it from a desktop icon.
@media CSS display display-mode media feature web app manifest

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

Media queries

Media Queries is a module of CSS that defines expressions allowing to tailor presentations to a specific range of output devices without changing the content itself.
CSS Media Queries Overview Reference

MediaStreamTrack

The MediaStreamTrack interface represents a single media track within a stream; typically, these are audio or video tracks, but other track types may exist as well.
API audio Audio Experimental Interface Media Media Capture and Streams API Media Streams API MediaStreamTrack Reference video Video WebRTC

MediaTrackSettings

The MediaTrackSettings dictionary is used to return the current values configured for each of a MediaStreamTrack's settings. These values will adhere as closely as possible to any constraints previously set using applyConstraints(), and will adhere to the default constraints for any properties whose constraints haven't been changed, or whose customized constraints couldn't be matched.
API Audio audio Constraints Dictionary Interface Media Media Capture and Streams API Media Streams API MediaTrackSettings Reference Video video

CanvasCaptureMediaStream

The CanvasCaptureMediaStream interface represents a MediaStream capturing in real-time the surface of an HTMLCanvasElement.
Experimental Interface Media Capture Reference Web

HTMLCanvasElement.captureStream()

The HTMLCanvasElement.captureStream() method returns a CanvasCaptureMediaStream that is a real-time video capture of the surface of the canvas.
Experimental HTMLCanvasElement Media Stream Method Reference Web