FlutterSoundRecorder class

Annotations
  • @JS('FlutterSoundRecorder')

Constructors

FlutterSoundRecorder()

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

deleteRecord(String path) bool
getRecordURL(String path) String
initializeFlautoRecorder(int focus, int category, int mode, int? audioFlags, int device) → void
isEncoderSupported(int codec) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseRecorder() → void
releaseFlautoRecorder() → void
resumeRecorder() → void
setAudioFocus(int focus, int category, int mode, int? audioFlags, int device) → void
setSubscriptionDuration(int duration) → void
startRecorder(String? path, int? sampleRate, int? numChannels, int? bitRate, int codec, bool? toStream, int audioSource) → void
stopRecorder() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

newInstance(FlutterSoundRecorderCallback callBack, List<Function> callbackTable) FlutterSoundRecorder