RTCReceivedRtpStreamStats extension type

on
Implemented types
Implementers

Constructors

RTCReceivedRtpStreamStats({int packetsReceived, int packetsLost, num jitter})
factory

Properties

codecId String
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
jitter num
getter/setter pair
kind String
getter/setter pairinherited
packetsLost int
getter/setter pair
packetsReceived int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssrc int
getter/setter pairinherited
timestamp DOMHighResTimeStamp
getter/setter pairinherited
transportId String
getter/setter pairinherited
type RTCStatsType
getter/setter pairinherited

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