GeneralAudioBase class abstract

Implemented types
Implementers

Constructors

GeneralAudioBase.new({String? sharedLibraryPath})

Properties

hashCode int
The hash code for this object.
no setterinherited
recorderStates Map<String, GeneralAudioRecorder>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedLibraryPath String
getter/setter pair

Methods

createRecordOrGetRecord({required String outputRecordFilePath, String? uniqueId, int? sampleRate, int? channels}) GeneralAudioRecorder
inherited
ensureInitialized() Future<void>
inherited
getRecordByUniqueId({required String uniqueId}) GeneralAudioRecorder?
isCrash() bool
inherited
isDeviceSupport() bool
inherited
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

Static Methods

defaultSharedLibraryPath() String