Adaptive class

Constructors

Adaptive(RTCPeerConnection conn, void metricCallback(String data))

Properties

conn ↔ RTCPeerConnection
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metricCallback ↔ void Function(String data)
getter/setter pair
running bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

filterAudio(List<StatsReport> reports) AudioMetrics
filterNetwork(List<StatsReport> reports) NetworkMetrics?
filterVideo(List<StatsReport> reports) VideoMetrics
getConnectionStats(RTCPeerConnection conn) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startCollectingStat(RTCPeerConnection conn) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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