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
- audioLevel ↔ double
-
Available on RTCRtpContributingSource, provided by the PropsRTCRtpContributingSource extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- rtpTimestamp ↔ int
-
Available on RTCRtpContributingSource, provided by the PropsRTCRtpContributingSource extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ int
-
Available on RTCRtpContributingSource, provided by the PropsRTCRtpContributingSource extension
getter/setter pair - timestamp ↔ double
-
Available on RTCRtpContributingSource, provided by the PropsRTCRtpContributingSource 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