AudioFrameObserverBase class

The audio frame observer.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
onEarMonitoringAudioFrame → (void Function(AudioFrame audioFrame)?)
Gets the in-ear monitoring audio frame.
final
onMixedAudioFrame → (void Function(String channelId, AudioFrame audioFrame)?)
Retrieves the mixed captured and playback audio frame.
final
onPlaybackAudioFrame → (void Function(String channelId, AudioFrame audioFrame)?)
Gets the raw audio frame for playback.
final
onRecordAudioFrame → (void Function(String channelId, AudioFrame audioFrame)?)
Gets the captured audio frame.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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