RtcMediaSourceStats class abstract

Statistics for the media produced by a MediaStreamTrack that is currently attached to an RTCRtpSender. This reflects the media that is fed to the encoder after getUserMedia() constraints have been applied (i.e. not the raw media produced by the camera).

Inheritance
Implementers

Constructors

RtcMediaSourceStats(String? trackIdentifier)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackIdentifier String?
Value of the MediaStreamTrack's ID attribute.
getter/setter pair

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