未验证 提交 53e0f638 编写于 作者: S shuboxu 提交者: Gitee

update en/application-dev/reference/apis/js-apis-media.md.

Signed-off-by: Nshuboxu <xushubo1@huawei.com>
上级 594702a8
...@@ -2822,7 +2822,7 @@ For details about the error codes, see [Media Error Codes](../errorcodes/errorco ...@@ -2822,7 +2822,7 @@ For details about the error codes, see [Media Error Codes](../errorcodes/errorco
**Example** **Example**
```js ```ts
// promise // promise
let surfaceID: string; // Surface ID passed to the external system. let surfaceID: string; // Surface ID passed to the external system.
videoRecorder.getInputSurface().then((surfaceId: string) => { videoRecorder.getInputSurface().then((surfaceId: string) => {
...@@ -2943,7 +2943,7 @@ For details about the error codes, see [Media Error Codes](../errorcodes/errorco ...@@ -2943,7 +2943,7 @@ For details about the error codes, see [Media Error Codes](../errorcodes/errorco
**Example** **Example**
```js ```ts
// asyncallback // asyncallback
videoRecorder.pause((err: BusinessError) => { videoRecorder.pause((err: BusinessError) => {
if (err == null) { if (err == null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册