未验证 提交 17708e20 编写于 作者: X xiaojiuyu 提交者: Gitee

fix stopped typo

Signed-off-by: Nxiaojiuyu <xiaojiuyu@tmsave.com>
上级 a8add1ca
......@@ -3545,7 +3545,7 @@ previewOutput.stop((err) => {
console.error(`Failed to stop the previewOutput. ${err.message}`);
return;
}
console.log('Callback returned with previewOutput stoped.');
console.log('Callback returned with previewOutput stopped.');
})
```
......@@ -3567,7 +3567,7 @@ Stops outputting preview streams. This API uses a promise to return the result.
```js
previewOutput.stop().then(() => {
console.log('Callback returned with previewOutput stoped.');
console.log('Callback returned with previewOutput stopped.');
})
```
......@@ -4476,7 +4476,7 @@ metadataOutput.stop((err) => {
console.error(`Failed to stop the metadataOutput. ${err.message}`);
return;
}
console.log('Callback returned with metadataOutput stoped.');
console.log('Callback returned with metadataOutput stopped.');
})
```
......@@ -4498,7 +4498,7 @@ Stops outputting metadata. This API uses a promise to return the result.
```js
metadataOutput.stop().then(() => {
console.log('Callback returned with metadataOutput stoped.');
console.log('Callback returned with metadataOutput stopped.');
})
```
......
......@@ -3545,7 +3545,7 @@ previewOutput.stop((err) => {
console.error(`Failed to stop the previewOutput. ${err.message}`);
return;
}
console.log('Callback returned with previewOutput stoped.');
console.log('Callback returned with previewOutput stopped.');
})
```
......@@ -3567,7 +3567,7 @@ stop(): Promise<void\>
```js
previewOutput.stop().then(() => {
console.log('Callback returned with previewOutput stoped.');
console.log('Callback returned with previewOutput stopped.');
})
```
......@@ -4476,7 +4476,7 @@ metadataOutput.stop((err) => {
console.error(`Failed to stop the metadataOutput. ${err.message}`);
return;
}
console.log('Callback returned with metadataOutput stoped.');
console.log('Callback returned with metadataOutput stopped.');
})
```
......@@ -4498,7 +4498,7 @@ stop(): Promise<void\>
```js
metadataOutput.stop().then(() => {
console.log('Callback returned with metadataOutput stoped.');
console.log('Callback returned with metadataOutput stopped.');
})
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册