RTCOutboundRtpStreamStats class

The dictionary is the RTCStats-based object which provides metrics and statistics related to an outbound RTP stream being sent by an RTCRtpSender.

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

Constructors

RTCOutboundRtpStreamStats({String? mid, String? mediaSourceId, String? remoteId, String? rid, int? headerBytesSent, int? retransmittedPacketsSent, int? retransmittedBytesSent, double? targetBitrate, int? totalEncodedBytesTarget, int? frameWidth, int? frameHeight, double? framesPerSecond, int? framesSent, int? hugeFramesSent, int? framesEncoded, int? keyFramesEncoded, int? qpSum, double? totalEncodeTime, double? totalPacketSendDelay, RTCQualityLimitationReason? qualityLimitationReason, dynamic qualityLimitationDurations, int? qualityLimitationResolutionChanges, int? nackCount, int? firCount, int? pliCount, String? encoderImplementation, bool? active})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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