RemoteVideoTrack class

Inheritance
Mixed in types

Constructors

RemoteVideoTrack(TrackSource source, MediaStream stream, MediaStreamTrack track, {RTCRtpReceiver? receiver})

Properties

currentBitrate → dynamic
no setter
disposeFuncCount int
no setterinherited
events EventsEmitter<TrackEvent>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
isActive bool
no setterinherited
isDisposed bool
no setterinherited
kind TrackType
finalinherited
mediaStream → MediaStream
no setterinherited
mediaStreamTrack → MediaStreamTrack
no setterinherited
mediaType → RTCRtpMediaType
no setterinherited
muted bool
no setterinherited
onVideoViewBuild ↔ (dynamic Function(Key)?)
getter/setter pairinherited
prevStats ↔ VideoReceiverStats?
getter/setter pair
receiver ↔ RTCRtpReceiver?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender → RTCRtpSender?
no setterinherited
sid String?
getter/setter pairinherited
source TrackSource
finalinherited
transceiver ↔ RTCRtpTransceiver?
getter/setter pairinherited
viewKeys List<GlobalKey<State<StatefulWidget>>>
finalinherited

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
addViewKey() GlobalKey<State<StatefulWidget>>
inherited
createListener({bool synchronized = false}) EventsListener<TrackEvent>
inherited
disable() Future<void>
inherited
dispose() Future<bool>
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
enable() Future<void>
inherited
getCid() String
inherited
getDecoderImplementation() String?
getReceiverStats() Future<VideoReceiverStats?>
monitorStats() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
onDispose(OnDisposeFunc func) → void
inherited
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
removeViewKey(GlobalKey<State<StatefulWidget>> key) → void
inherited
start() Future<bool>
Start this Track if not started. Returns true if started, false if already started
inherited
startMonitor() → void
inherited
stop() Future<bool>
Stop this Track if not stopped. Returns true if stopped, false if already stopped
inherited
stopMonitor() → void
inherited
toString() String
A string representation of this object.
inherited
updateMediaStreamAndTrack(MediaStream stream, MediaStreamTrack track) → void
inherited
updateMuted(bool muted, {bool shouldNotify = true, bool shouldSendSignal = false}) → void
inherited

Operators

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