提交 5c052748 编写于 作者: M mali

clerical error

Signed-off-by: Nmali <mali81@huawei.com>
上级 685f4ab1
...@@ -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.
先完成此消息的编辑!
想要评论请 注册