AudioListener class

Constructors

AudioListener.new({void onAudioStatusChanged(String userId, ASTATUS newStatus, ASTATUS oldStatus)?, void onAudioDevChanged()?, void onMicEnergyUpdate(String userId, int newLevel, int oldLevel)?, void onNotifyAudioPCMData(String aSide, Uint8List audioData)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onAudioDevChanged ↔ void Function()?
getter/setter pair
onAudioStatusChanged ↔ void Function(String userId, ASTATUS newStatus, ASTATUS oldStatus)?
getter/setter pair
onMicEnergyUpdate ↔ void Function(String userId, int newLevel, int oldLevel)?
getter/setter pair
onNotifyAudioPCMData ↔ void Function(String aSide, Uint8List audioData)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

audioDevChanged() → void
audioStatusChanged(Map<String, dynamic> arguments) → void
micEnergyUpdate(Map<String, dynamic> arguments) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyAudioPCMData(Map<String, dynamic> arguments) → void
toString() String
A string representation of this object.
inherited

Operators

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