未验证 提交 62129a64 编写于 作者: O openharmony_ci 提交者: Gitee

!2522 fixed for zh case.

Merge pull request !2522 from 蒋旻洋/master
...@@ -262,11 +262,11 @@ Creates a **CameraInput** instance with the specified camera position and camera ...@@ -262,11 +262,11 @@ Creates a **CameraInput** instance with the specified camera position and camera
**Parameters** **Parameters**
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
|----------------|----------------------------|-----------|---------------------------------------------------| |----------|-----------------------------|-----------|---------------------------------------------------|
| cameraPosition | CameraPosition | Yes | Camera position | | position | CameraPosition | Yes | Camera position |
| cameraType | CameraType | Yes | Camera type | | type | CameraType | Yes | Camera type |
| callback | AsyncCallback<CameraInput\> | Yes | Callback used to return the CameraInput instance | | callback | AsyncCallback<CameraInput\> | Yes | Callback used to return the CameraInput instance |
**Example** **Example**
...@@ -292,10 +292,10 @@ Creates a **CameraInput** instance with the specified camera position and camera ...@@ -292,10 +292,10 @@ Creates a **CameraInput** instance with the specified camera position and camera
**Parameters** **Parameters**
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
|----------------|----------------------------|-----------|----------------------------------------| |----------|----------------------------|-----------|----------------------------------------|
| cameraPosition | CameraPosition | Yes | Camera position | | position | CameraPosition | Yes | Camera position |
| cameraType | CameraType | Yes | Camera type | | type | CameraType | Yes | Camera type |
**Return values** **Return values**
...@@ -325,8 +325,8 @@ Listens for camera status changes. This method uses a callback to get camera sta ...@@ -325,8 +325,8 @@ Listens for camera status changes. This method uses a callback to get camera sta
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :------- | :--------------------- | :-------- | :--------------------------------------------------- | | :------- | :--------------------- | :-------- | :--------------------------------------------------- |
| type | string | Yes | Name of the event to listen for. | | type | string | Yes | Camera status event. |
| callback | Callback<CameraStatusInfo\> | Yes | Callback used to get the camera status change. | | callback | Callback<CameraStatusInfo\> | Yes | Callback used to get the camera status change. |
**Example** **Example**
...@@ -1091,7 +1091,7 @@ Listens for **CameraInput** errors. This method uses a callback to get errors. ...@@ -1091,7 +1091,7 @@ Listens for **CameraInput** errors. This method uses a callback to get errors.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :------- | :--------------------- | :-------- | :-----------------------------------------------| | :------- | :--------------------- | :-------- | :-----------------------------------------------|
| type | string | Yes | Name of the event to listen for. | | type | string | Yes | Camera input error event. |
| callback | Callback<CameraInputError\> | Yes | Callback used to get the camera input errors. | | callback | Callback<CameraInputError\> | Yes | Callback used to get the camera input errors. |
**Example** **Example**
...@@ -1949,7 +1949,7 @@ Listens for **CaptureSession** errors. This method uses a callback to get errors ...@@ -1949,7 +1949,7 @@ Listens for **CaptureSession** errors. This method uses a callback to get errors
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :------- | :--------------------- | :-------- | :-----------------------------------------------| | :------- | :--------------------- | :-------- | :-----------------------------------------------|
| type | string | Yes | Name of the event to listen for. | | type | string | Yes | Capture session error event. |
| callback | Callback<CaptureSessionError\> | Yes | Callback used to get the capture session errors. | | callback | Callback<CaptureSessionError\> | Yes | Callback used to get the capture session errors. |
**Example** **Example**
...@@ -2140,7 +2140,7 @@ Listens for **PreviewOutput** errors. This method uses a callback to get errors. ...@@ -2140,7 +2140,7 @@ Listens for **PreviewOutput** errors. This method uses a callback to get errors.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :------- | :--------------------- | :-------- | :-----------------------------------------------| | :------- | :--------------------- | :-------- | :-----------------------------------------------|
| type | string | Yes | Name of the event to listen for. | | type | string | Yes | Preview output error event. |
| callback | Callback<PreviewOutputError\> | Yes | Callback used to get the preview output errors. | | callback | Callback<PreviewOutputError\> | Yes | Callback used to get the preview output errors. |
**Example** **Example**
...@@ -2503,7 +2503,7 @@ Listens for **PhotoOutput** errors. This method uses a callback to get errors. ...@@ -2503,7 +2503,7 @@ Listens for **PhotoOutput** errors. This method uses a callback to get errors.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :------- | :--------------------- | :-------- | :-----------------------------------------------| | :------- | :--------------------- | :-------- | :-----------------------------------------------|
| type | string | Yes | Name of the event to listen for. | | type | string | Yes | Photo output error event. |
| callback | Callback<PhotoOutputError\> | Yes | Callback used to get the photo output errors. | | callback | Callback<PhotoOutputError\> | Yes | Callback used to get the photo output errors. |
**Example** **Example**
...@@ -2561,9 +2561,9 @@ Creates a **VideoOutput** instance. This method uses a promise to return the Vid ...@@ -2561,9 +2561,9 @@ Creates a **VideoOutput** instance. This method uses a promise to return the Vid
**Return values** **Return values**
| Type | Description | | Type | Description |
|-------------------------|-------------------------------------------------| |---------------------------------------|-------------------------------------------------|
| Promise<PhotoOutput\> | Promise used to return the VideoOutput instance | | Promise<[VideoOutput](#videooutput)\> | Promise used to return the VideoOutput instance |
**Example** **Example**
...@@ -2786,7 +2786,7 @@ Listens for **VideoOutput** errors. This method uses a callback to get errors. ...@@ -2786,7 +2786,7 @@ Listens for **VideoOutput** errors. This method uses a callback to get errors.
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :------- | :--------------------- | :-------- | :-----------------------------------------------| | :------- | :--------------------- | :-------- | :-----------------------------------------------|
| type | string | Yes | Name of the event to listen for. | | type | string | Yes | Video output error event. |
| callback | Callback<VideoOutputError\> | Yes | Callback used to get the video output errors. | | callback | Callback<VideoOutputError\> | Yes | Callback used to get the video output errors. |
**Example** **Example**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册