AudioRecordHandler class

录制音频*

Constructors

AudioRecordHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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 Properties

isRecording bool
getter/setter pair
recordCacheBuffer List<int>
getter/setter pair
recordCacheBufferLock bool
getter/setter pair
recordCacheBufferSize int
getter/setter pair
recorder ↔ FlutterSoundRecorder?
getter/setter pair
recordingDataController StreamController<Uint8List>?
getter/setter pair
recordingDataSubscription StreamSubscription<Uint8List>?
getter/setter pair
tag String
getter/setter pair

Static Methods

onData(Uint8List data) → dynamic
处理录音数据*
onDone() → dynamic
结束*
onError(dynamic data) → dynamic
错误*
pocRecordDataHandle(bool isTimerCallback) → dynamic
startRecord() → dynamic
开始录音*
stopRecord() Future<void>
停止录音*