RTCRtpContributingSource class

The dictionary of the WebRTC API is used by getContributingSources() to provide information about a given contributing source (CSRC), including the most recent time a packet that the source contributed was played out. The information provided is based on the last ten seconds of media received.

Implementers
Available Extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

RTCRtpContributingSource({required double timestamp, required int source, double? audioLevel, required int rtpTimestamp})
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