AudioQualityImpl class

Inheritance

Constructors

AudioQualityImpl(String id, int uid, String? _name, int _bandwidth, String? _codecs, int _audioSamplingRate)

Properties

audioSamplingRate int
no setteroverride
bandwidth int
no setteroverride
codecs String?
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
name String?
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid int
no setterinherited

Methods

addEventListener(String eventType, EventListener<Event> listener) → void
override
dispatchEvent(Event event) → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(String eventType, EventListener<Event> listener) → void
override
toString() String
A string representation of this object.
inherited
update(String? name, int bandwidth, String? codecs, int audioSamplingRate) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited