MediaStream class abstract

Media stream

Implementers

Constructors

MediaStream()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
srcObject → dynamic
Underlying native stream (e.g. RTCVideoRenderer.srcObject)
no setter

Methods

dispose() Future<void>
getTracks() List<MediaTrack>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggleAudio(bool enabled) Future<void>
Toggle audio track
toggleVideo(bool enabled) Future<void>
Toggle video track
toString() String
A string representation of this object.
inherited

Operators

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