AudioEncodedFrameObserver class

The encoded audio observer.

Properties

hashCode int
The hash code for this object.
no setterinherited
onMixedAudioEncodedFrame → void Function(Uint8List frameBuffer, int length, EncodedAudioFrameInfo audioEncodedFrameInfo)?
Gets the mixed and encoded audio data of the local and all remote users.
final
onPlaybackAudioEncodedFrame → void Function(Uint8List frameBuffer, int length, EncodedAudioFrameInfo audioEncodedFrameInfo)?
Gets the encoded audio data of all remote users.
final
onRecordAudioEncodedFrame → void Function(Uint8List frameBuffer, int length, EncodedAudioFrameInfo audioEncodedFrameInfo)?
Gets the encoded audio data of the local user.
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