TRTCAudioRecordingParams class
音频录制参数
字段说明:文件路径(必填),即音频录制文件的存储路径,请自行指定,并确保指定路径存在且可写。
注意:此路径必须精确到文件名和扩展名。扩展名决定了音频录制文件的格式。目前支持的格式包括 PCM、WAV 和 AAC。例如,如果指定的路径为 path/to/audio.aac
,则将生成 AAC 文件。请指定具有读写权限的有效路径,否则无法生成音频录制文件。
Constructors
- TRTCAudioRecordingParams({required String filePath})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - 将当前对象转换为 JSON 格式。
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited