Don't want to see ads?

Search results for: Media_Streams_API

Found 4,775 matches in 47 milliseconds.

  • Media Capture and Streams API (Media Stream)

    /en-US/docs/Web/API/Media_Capture_and_Streams_API

    …The Media Capture and Streams API, often called the Media Streams API or MediaStream API, is an API related to WebRTC which……It can be a media element, like <audio> or <video>, the WebRTC RTCPeerConnection API or a Web Audio API MediaStreamAudioSourceNode……Capture and Streams API.…

  • Streams API

    /en-US/docs/Web/API/Streams_API

    …The Streams API allows JavaScript to programmatically access streams of data received over the network and process them as……It can be used to handle response streams of the Fetch API, or developer-defined streams (e.g. a custom ReadableStream()…Streams API concepts Using readable streams Using readable byte streams Using writable streams

  • Insertable Streams for MediaStreamTrack API

    /en-US/docs/Web/API/Insertable_Streams_for_MediaStreamTrack_API

    …The Insertable Streams for MediaStreamTrack API provides a method of adding new components to a MediaStreamTrack.……This API provides a method to do this by giving direct access to the stream, thus allowing it to be manipulated.……The following example is from the article Insertable streams for MediaStreamTrack, and demonstrates a barcode scanner application…

  • Streams API concepts

    /en-US/docs/Web/API/Streams_API/Concepts

    …The Streams API adds a very useful set of tools to the web platform, providing objects that allow JavaScript to programmatically……Examples include video streams and TCP/Web sockets.……The Streams API makes it possible to pipe streams into one another using a structure called a pipe chain.…

  • Compression Streams API

    /en-US/docs/Web/API/Compression_Streams_API

    …The Compression Streams API provides a JavaScript API for compressing and decompressing streams of data using the gzip or…

  • Media Source API

    /en-US/docs/Web/API/Media_Source_Extensions_API

    …The Media Source API, formally known as Media Source Extensions (MSE), provides functionality enabling plugin-free web-based……Using MSE, media streams can be created via JavaScript, and played using <audio> and <video> elements.……Streaming media has up until recently been the domain of Flash, with technologies like Flash Media Server serving video streams

  • Media Capabilities API

    /en-US/docs/Web/API/Media_Capabilities_API

    …The Media Capabilities API enables determining which codecs are supported and how performant a media file will be both in……The information can be used to serve optimal media streams to the user and determine if playback should be smooth and power……method isTypeSupported() Using the Media Capabilities API

  • MediaStream Recording API

    /en-US/docs/Web/API/MediaStream_Recording_API

    …The MediaStream Recording API, sometimes referred to as the Media Recording API or the MediaRecorder API, is closely affiliated……with the Media Capture and Streams API and the WebRTC API.…Media Capture and Streams API landing page MediaDevices.getUserMedia() simpl.info MediaStream Recording demo, by Sam Dutton…

  • Media Session API

    /en-US/docs/Web/API/Media_Session_API

    …The Media Session API provides a way to customize media notifications.……The primary interface for the Media Session API is the MediaSession interface.……The following example shows feature detection for the Media Session API.…

  • Using the MediaStream Recording API

    /en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API

    …The MediaStream Recording API makes it easy to record audio and/or video streams.……To demonstrate basic usage of the MediaStream Recording API, we have built a web-based dictaphone.…Media Capture and Streams API landing page MediaDevices.getUserMedia()…