GeneralAudio class
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
- Inheritance
-
- Object
- GeneralAudioBase
- GeneralAudio
Constructors
- GeneralAudio.new({ })
- General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
recorderStates
→ Map<
String, GeneralAudioRecorder> -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pairinherited
Methods
-
createRecordOrGetRecord(
{required String outputRecordFilePath, String? uniqueId, int? sampleRate, int? channels}) → GeneralAudioRecorder -
Auomatic Create OR Get Record Or Update
Automatic create if not found unique id
automatic get record if found unique
and automatic update if found get unique id and update output
override
-
ensureInitialized(
) → Future< void> -
override
-
getRecordByUniqueId(
{required String uniqueId}) → GeneralAudioRecorder? -
inherited
-
isCrash(
) → bool -
override
-
isDeviceSupport(
) → bool -
override
-
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