AudioRecordingConfig class
音频录制配置
Properties
- absoluteFileName ↔ String
-
录制文件路径。一个有读写权限的绝对路径,包含文件名和文件后缀
getter/setter pair
- channel ↔ AudioChannel
-
录音音频声道
getter/setter pair
- frameSource ↔ AudioFrameSource
-
录音内容来源
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- quality ↔ AudioQuality
-
录音音质。仅在录制文件格式为 .aac 时可以设置
采样率为 32kHz 时,不同音质录制文件(时长为 10min)的大小分别是:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ AudioSampleRate
-
录音采样率
getter/setter pair
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