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§
- Media
Stream - Stream of media content.
- Media
Stream Track - Single media track within a
MediaStream
Enums§
- Media
Stream Track State - Ready-state of a
MediaStreamTrack