未验证 提交 b5218b7e 编写于 作者: T Tangwenhao1227 提交者: Gitee

change survaceId to surfaceId

Signed-off-by: NTangwenhao1227 <1187651534@qq.com>
上级 a8add1ca
......@@ -631,7 +631,7 @@ Creates a **PreviewOutput** instance. This API uses a promise to return the resu
**Example**
```js
cameraManager.createPreviewOutput(profile, survaceId).then((previewoutput) => {
cameraManager.createPreviewOutput(profile, surfaceId).then((previewoutput) => {
console.log('Promise returned with previewOutput created.');
})
```
......
......@@ -631,7 +631,7 @@ createPreviewOutput(profile: Profile, surfaceId: string): Promise<PreviewOutput\
**示例:**
```js
cameraManager.createPreviewOutput(profile, survaceId).then((previewoutput) => {
cameraManager.createPreviewOutput(profile, surfaceId).then((previewoutput) => {
console.log('Promise returned with previewOutput created.');
})
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册