RTCAudioPlayoutStats extension type

on
Implemented types

Constructors

RTCAudioPlayoutStats({required String kind, num synthesizedSamplesDuration, int synthesizedSamplesEvents, num totalSamplesDuration, num totalPlayoutDelay, int totalSamplesCount})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
kind String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synthesizedSamplesDuration num
getter/setter pair
synthesizedSamplesEvents int
getter/setter pair
timestamp DOMHighResTimeStamp
getter/setter pairinherited
totalPlayoutDelay num
getter/setter pair
totalSamplesCount int
getter/setter pair
totalSamplesDuration num
getter/setter pair
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