convertToWav class
Constructors
- convertToWav.new({int sampleRate = 44100, int numChannels = 2, int converMiliSeconds = 1000})
Properties
-
bytesSink
↔ List<
int> ? -
getter/setter pair
- callBack → void Function(Timer timer)
-
no setter
- converMiliSeconds ↔ int
-
getter/setter pair
-
convert
→ Stream<
Uint8List> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- numChannels ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ int
-
getter/setter pair
-
streamController
↔ StreamController<
Uint8List> -
getter/setter pair
- timer ↔ Timer?
-
getter/setter pair
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
Uint8List? pcmData) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited