RTCRemoteOutboundRtpStreamStats class

The WebRTC statistics model's dictionary extends the underlying RTCSentRtpStreamStats dictionary with properties measuring metrics specific to outgoing RTP streams.

Implemented types
Available extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

RTCRemoteOutboundRtpStreamStats({String? localId, double? remoteTimestamp, int? reportsSent, double? roundTripTime, double? totalRoundTripTime, int? roundTripTimeMeasurements})
factory

Properties

bytesSent int

Available on RTCSentRtpStreamStats, provided by the PropsRTCSentRtpStreamStats extension

getter/setter pair
codecId String

Available on RTCRtpStreamStats, provided by the PropsRTCRtpStreamStats extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String

Available on RTCStats, provided by the PropsRTCStats extension

getter/setter pair
kind String

Available on RTCRtpStreamStats, provided by the PropsRTCRtpStreamStats extension

getter/setter pair
localId String

Available on RTCRemoteOutboundRtpStreamStats, provided by the PropsRTCRemoteOutboundRtpStreamStats extension

getter/setter pair
packetsSent int

Available on RTCSentRtpStreamStats, provided by the PropsRTCSentRtpStreamStats extension

getter/setter pair
remoteTimestamp double

Available on RTCRemoteOutboundRtpStreamStats, provided by the PropsRTCRemoteOutboundRtpStreamStats extension

getter/setter pair
reportsSent int

Available on RTCRemoteOutboundRtpStreamStats, provided by the PropsRTCRemoteOutboundRtpStreamStats extension

getter/setter pair
roundTripTime double

Available on RTCRemoteOutboundRtpStreamStats, provided by the PropsRTCRemoteOutboundRtpStreamStats extension

getter/setter pair
roundTripTimeMeasurements int

Available on RTCRemoteOutboundRtpStreamStats, provided by the PropsRTCRemoteOutboundRtpStreamStats extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssrc int

Available on RTCRtpStreamStats, provided by the PropsRTCRtpStreamStats extension

getter/setter pair
timestamp double

Available on RTCStats, provided by the PropsRTCStats extension

getter/setter pair
totalRoundTripTime double

Available on RTCRemoteOutboundRtpStreamStats, provided by the PropsRTCRemoteOutboundRtpStreamStats extension

getter/setter pair
transportId String

Available on RTCRtpStreamStats, provided by the PropsRTCRtpStreamStats extension

getter/setter pair
type RTCStatsType

Available on RTCStats, provided by the PropsRTCStats extension

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