提交 15bcc3c6 编写于 作者: M mali 提交者: 马利

fixed 5c052748 from https://gitee.com/mali81/docs/pulls/21729

clerical error
Signed-off-by: Nmali <mali81@huawei.com>
上级 1b983312
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
avRecorder.start().then(() => { avRecorder.start().then(() => {
console.info('avRecorder start success'); console.info('avRecorder start success');
} });
``` ```
5. 停止录像。 5. 停止录像。
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
```ts ```ts
videoRecorder.stop().then(() => { videoRecorder.stop().then(() => {
console.info('stop success'); console.info('stop success');
} });
videoOutput.stop((err) => { videoOutput.stop((err) => {
if (err) { if (err) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册