MirrorDrain class

What one drain produced.

Constructors

MirrorDrain(Float32List frames, int overrunFrames)
const

Properties

frames Float32List
Interleaved f32 frames copied out. Empty when the ring had nothing.
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
overrunFrames int
Frames the PRODUCER dropped since the last drain because we fell behind. 🔴 Non-zero is microphone input that no longer exists — not latency.
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