RecordingManager class

Constructors

RecordingManager()

Properties

currentRecordingDuration Duration
no setter
hashCode int
The hash code for this object.
no setterinherited
recordingDurationStream Stream<Duration>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state RecordingState
no setter
stateStream Stream<RecordingState>
no setter

Methods

deleteRecording(String filePath) Future<void>
dispose() Future<void>
getRecordings() Future<List<RecordingSession>>
initialize() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pausePlayback() Future<void>
pauseRecording() Future<void>
playRecording(String filePath) Future<void>
resumePlayback() Future<void>
resumeRecording() Future<void>
startRecording({required Stream<Uint8List> audioStream, required int sampleRate, required String deviceName, String? customFileName}) Future<String>
stopPlayback() Future<void>
stopRecording() Future<RecordingSession?>
toString() String
A string representation of this object.
inherited

Operators

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