RecordingResult class

录音结果

Constructors

RecordingResult({String? wavFilePath, required Uint8List pcmData, required double durationSeconds})

Properties

durationSeconds double
录音时长(秒)
final
hasData bool
是否有录音数据
no setter
hashCode int
The hash code for this object.
no setterinherited
pcmData Uint8List
PCM 音频数据
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wavFilePath String?
WAV 文件路径
final

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

empty RecordingResult
空结果
no setter