RecorderMock class
Constructors
Properties
- availableFloatCount → int
-
no setteroverride
- channels ↔ int
-
getter/setter pair
- filename ↔ String?
-
getter/setter pair
- format ↔ SoundFormat?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRecording → bool
-
no setteroverride
-
recordedBuffers
→ List<
Float32List> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ int
-
getter/setter pair
- state ↔ RecorderState
-
getter/setter pair
Methods
-
dispose(
) → void -
override
-
getBuffer(
int floatsToRead) → Float32List -
override
-
initFile(
String filename, {required int sampleRate, required int channels, required SoundFormat format}) → Future< void> -
override
-
initStream(
{required int sampleRate, required int channels, required SoundFormat format, required double bufferLenS}) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
) → void -
override
-
stop(
) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited