MediaStream class

The interface represents a stream of media content. A stream consists of several tracks, such as video or audio tracks. Each track is specified as an instance of MediaStreamTrack. You can obtain a object either by using the constructor or by calling functions such as MediaDevices.getUserMedia(), MediaDevices.getDisplayMedia(), or HTMLCanvasElement.captureStream(). Some user agents subclass this interface to provide more precise information or functionality, like in CanvasCaptureMediaStreamTrack.

EventTarget

MediaStream

Implemented types
Available Extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

MediaStream([Iterable<MediaStreamTrack>? tracks])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited