开发 API 多媒体 录音 RecorderManager RecorderManager.offError
# RecorderManager.offError
更新时间:2024-09-18 14:46:39
这是一个实验性功能
停止监听录音出错事件。
# offError(callback?: (event: RecorderErrorEvent) => void): void
# 参数
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
callback | (event: RecorderErrorEvent) => void | 否 | 停止监听录音出错事件的回调函数 |
RecorderErrorEvent
属性
属性 | 类型 | 说明 |
---|---|---|
errMsg | string | 错误信息 |
上一篇:《RecorderManager.start》
下一篇:《RecorderManager.offStop》
仍有疑问? 前往社区提问