RealtimeAudioPlayer mixin

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopPlayStream Stream<void>
A stream that sends events everytime the audio stream finishes playing the audio from the buffer.
no setter
volumeStream Stream<double>
A stream that sends audio every interval to show the audio level being played. This value of the event is a number between 0 and 1.
no setter

Methods

appendBytes(Uint8List audioData) → void
appendData(String base64Data) → void
createBufferStream() Future<void>
dispose() → void
disposeBufferStream() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetBuffer() → void
toString() String
A string representation of this object.
inherited

Operators

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