GeneralAudio class
- Inheritance
-
- Object
- GeneralAudioBase
- GeneralAudio
Constructors
- GeneralAudio.new({ })
- General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Properties
- audioDeviceContext ↔ AudioDeviceContext
-
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
latefinal
-
backends
→ Map<
AudioDeviceBackend, bool> -
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
final
- 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, int? sampleRate, String? uniqueId, int? channels}) → GeneralAudioRecorder -
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