RTCAudioSourceStats extension type

The WebRTC API's RTCAudioSourceStats dictionary provides information about an audio track that is attached to one or more senders.

These statistics can be obtained by iterating the RTCStatsReport returned by RTCRtpSender.getStats or RTCPeerConnection.getStats until you find a report with the type of media-source and a kind of audio.

Note: For audio information about remotely sourced tracks (that are being received), see RTCInboundRtpStreamStats.

on
Implemented types

Constructors

RTCAudioSourceStats({num audioLevel, num totalAudioEnergy, num totalSamplesDuration, num echoReturnLoss, num echoReturnLossEnhancement})
factory

Properties

audioLevel num
getter/setter pair
echoReturnLoss num
getter/setter pair
echoReturnLossEnhancement num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
kind String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DOMHighResTimeStamp
getter/setter pairinherited
totalAudioEnergy num
getter/setter pair
totalSamplesDuration num
getter/setter pair
trackIdentifier String
getter/setter pairinherited
type RTCStatsType
getter/setter pairinherited

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