MobileMediaStream class
- Implemented types
Constructors
- MobileMediaStream(MediaStream _stream)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setteroverride
- rtcStream → MediaStream
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- srcObject → MediaStream
-
Underlying native stream (e.g. RTCVideoRenderer.srcObject)
no setteroverride
Methods
-
dispose(
) → Future< void> -
override
-
getTracks(
) → List< MediaTrack> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toggleAudio(
bool enabled) → Future< void> -
Toggle audio track
override
-
toggleVideo(
bool enabled) → Future< void> -
Toggle video track
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited