未验证 提交 f6421f53 编写于 作者: S Sunday 提交者: Gitee

update zh-cn/application-dev/media/audio-interruptmode.md. 箭头函数之间空格

Signed-off-by: xtfud<xtfud@isoftstone.com>
上级 8de07c9b
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
```js ```js
var mode_ = audio.InterruptMode.SHARE_MODE; var mode_ = audio.InterruptMode.SHARE_MODE;
await this.audioRenderer.setInterruptMode(mode_).then(()=>{ await this.audioRenderer.setInterruptMode(mode_).then(() => {
console.log('[JSAR] [SetInterruptMode] 设置: ' + (mode_ == 0 ? "共享模式":"独立焦点模式") + "成功" ); console.log('[JSAR] [SetInterruptMode] 设置: ' + (mode_ == 0 ? "共享模式":"独立焦点模式") + "成功" );
}); });
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册