AudioRecordServicePlatform class abstract

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
onAudioRecordStatus StreamController<RecordInfo>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String
no setterinherited

Methods

cancelAudioRecord() Future<NIMResult<bool>>
getAmplitude() Future<NIMResult<int>>
handleMethodCall(String method, dynamic arguments) Future
inherited
invokeMethod(String method, {Map<String, dynamic>? arguments}) Future<Map<String, dynamic>>
inherited
isAudioRecording() Future<NIMResult<bool>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent(String method, dynamic arguments) Future
inherited
startAudioRecord(AudioOutputFormat recordType, int maxLength) Future<NIMResult<bool>>
stopAudioRecord() Future<NIMResult<bool>>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AudioRecordServicePlatform
getter/setter pair