Module media_streams

Source
Expand description

Primitives of the 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 provides support for streaming audio and video data.

It provides the interfaces and methods for working with the streams and their constituent tracks, the constraints associated with data formats, the success and error callbacks when using the data asynchronously, and the events that are fired during the process.

https://developer.mozilla.org/en-US/docs/Web/API/Media_Capture_and_Streams_API

Structs§

MediaStream
Stream of media content.
MediaStreamTrack
Single media track within a MediaStream

Enums§

MediaStreamTrackState
Ready-state of a MediaStreamTrack