RTCInboundRtpStreamStats class

The WebRTC API's dictionary, based upon RTCReceivedRtpStreamStats and RTCStats, contains statistics related to the receiving end of an RTP stream on the local end of the RTCPeerConnection.

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

Constructors

RTCInboundRtpStreamStats({required String trackIdentifier, required String kind, String? mid, String? remoteId, int? framesDecoded, int? keyFramesDecoded, int? frameWidth, int? frameHeight, double? framesPerSecond, int? qpSum, double? totalDecodeTime, double? totalInterFrameDelay, double? totalSquaredInterFrameDelay, double? lastPacketReceivedTimestamp, int? headerBytesReceived, int? packetsDiscarded, int? fecPacketsReceived, int? fecPacketsDiscarded, int? bytesReceived, int? nackCount, int? firCount, int? pliCount, double? totalProcessingDelay, double? estimatedPlayoutTimestamp, double? jitterBufferDelay, double? jitterBufferTargetDelay, int? jitterBufferEmittedCount, double? jitterBufferMinimumDelay, int? totalSamplesReceived, int? concealedSamples, int? silentConcealedSamples, int? concealmentEvents, int? insertedSamplesForDeceleration, int? removedSamplesForAcceleration, double? audioLevel, double? totalAudioEnergy, double? totalSamplesDuration, int? framesReceived, String? decoderImplementation})
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