提交 b607fce3 编写于 作者: J jiangminyang

fixed linkError.

Signed-off-by: Njiangminyang <jiangminyang@huawei.com>
上级 0996b9bf
...@@ -188,7 +188,7 @@ Obtains the output capability supported by a camera. This API uses an asynchrono ...@@ -188,7 +188,7 @@ Obtains the output capability supported by a camera. This API uses an asynchrono
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| -------- | ------------------------------------------------------------ | ---- | ---------------------------------- | | -------- | ------------------------------------------------------------ | ---- | ---------------------------------- |
| camera | [CameraDevice](#cameraDevice) | Yes | **CameraDevice** object. | | camera | [CameraDevice](#cameradevice) | Yes | **CameraDevice** object. |
| callback | AsyncCallback<[CameraOutputCapability](#cameraoutputcapability)\> | Yes | Callback used to return the output capability.| | callback | AsyncCallback<[CameraOutputCapability](#cameraoutputcapability)\> | Yes | Callback used to return the output capability.|
**Example** **Example**
...@@ -467,7 +467,7 @@ This is a system API. ...@@ -467,7 +467,7 @@ This is a system API.
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| -------- | ------------------------------------------- | ---- | ----------------------------------- | | -------- | ------------------------------------------- | ---- | ----------------------------------- |
| camera | [CameraDevice](#cameraDevice) | Yes | **CameraDevice** object. | | camera | [CameraDevice](#cameradevice) | Yes | **CameraDevice** object. |
| callback | AsyncCallback<[CameraInput](#camerainput)\> | Yes | Callback used to return the **CameraInput** instance.| | callback | AsyncCallback<[CameraInput](#camerainput)\> | Yes | Callback used to return the **CameraInput** instance.|
**Example** **Example**
...@@ -498,7 +498,7 @@ This is a system API. ...@@ -498,7 +498,7 @@ This is a system API.
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| ------ | ----------------------------- | ---- | ------------------ | | ------ | ----------------------------- | ---- | ------------------ |
| camera | [CameraDevice](#cameraDevice) | Yes | **CameraDevice** object.| | camera | [CameraDevice](#cameradevice) | Yes | **CameraDevice** object.|
**Return value** **Return value**
...@@ -975,7 +975,7 @@ Describes the camera status information. ...@@ -975,7 +975,7 @@ Describes the camera status information.
| Name | Type | Description | | Name | Type | Description |
| ------ | ----------------------------- | ---------- | | ------ | ----------------------------- | ---------- |
| camera | [CameraDevice](#cameraDevice) | Camera object.| | camera | [CameraDevice](#cameradevice) | Camera object.|
| status | [CameraStatus](#camerastatus) | Camera status.| | status | [CameraStatus](#camerastatus) | Camera status.|
## CameraPosition ## CameraPosition
...@@ -1626,7 +1626,7 @@ Checks whether a **[CameraOutput](#cameraoutput)** instance can be added to this ...@@ -1626,7 +1626,7 @@ Checks whether a **[CameraOutput](#cameraoutput)** instance can be added to this
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| ------------ | ----------------------------- | ---- | ---------------------------- | | ------------ | ----------------------------- | ---- | ---------------------------- |
| cameraOutput | [CameraOutput](#cameraOutput) | Yes | **CameraOutput** instance to add.| | cameraOutput | [CameraOutput](#cameraoutput) | Yes | **CameraOutput** instance to add.|
| callback | AsyncCallback<boolean\> | Yes | Callback used to return the result. | | callback | AsyncCallback<boolean\> | Yes | Callback used to return the result. |
**Example** **Example**
...@@ -1653,7 +1653,7 @@ Checks whether a **[CameraOutput](#cameraoutput)** instance can be added to this ...@@ -1653,7 +1653,7 @@ Checks whether a **[CameraOutput](#cameraoutput)** instance can be added to this
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| ------------ | ----------------------------- | ---- | ---------------------------- | | ------------ | ----------------------------- | ---- | ---------------------------- |
| cameraOutput | [CameraOutput](#cameraOutput) | Yes | **CameraOutput** instance to add.| | cameraOutput | [CameraOutput](#cameraoutput) | Yes | **CameraOutput** instance to add.|
**Return value** **Return value**
...@@ -1683,7 +1683,7 @@ Adds a **[CameraOutput](#cameraoutput)** instance to this **CaptureSession**. Th ...@@ -1683,7 +1683,7 @@ Adds a **[CameraOutput](#cameraoutput)** instance to this **CaptureSession**. Th
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| ------------ | ----------------------------- | ---- | ---------------------------- | | ------------ | ----------------------------- | ---- | ---------------------------- |
| cameraOutput | [CameraOutput](#cameraOutput) | Yes | **CameraOutput** instance to add.| | cameraOutput | [CameraOutput](#cameraoutput) | Yes | **CameraOutput** instance to add.|
| callback | AsyncCallback<void\> | Yes | Callback used to return the result. | | callback | AsyncCallback<void\> | Yes | Callback used to return the result. |
**Example** **Example**
...@@ -1710,7 +1710,7 @@ Adds a **[CameraOutput](#cameraoutput)** instance to this **CaptureSession**. Th ...@@ -1710,7 +1710,7 @@ Adds a **[CameraOutput](#cameraoutput)** instance to this **CaptureSession**. Th
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| ------------ | ----------------------------- | ---- | ---------------------------- | | ------------ | ----------------------------- | ---- | ---------------------------- |
| cameraOutput | [CameraOutput](#cameraOutput) | Yes | **CameraOutput** instance to add.| | cameraOutput | [CameraOutput](#cameraoutput) | Yes | **CameraOutput** instance to add.|
**Return value** **Return value**
...@@ -1738,7 +1738,7 @@ Removes a **[CameraOutput](#cameraoutput)** instance from this **CaptureSession* ...@@ -1738,7 +1738,7 @@ Removes a **[CameraOutput](#cameraoutput)** instance from this **CaptureSession*
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| ------------ | ----------------------------- | ---- | ---------------------------- | | ------------ | ----------------------------- | ---- | ---------------------------- |
| cameraOutput | [CameraOutput](#cameraOutput) | Yes | **CameraOutput** instance to remove.| | cameraOutput | [CameraOutput](#cameraoutput) | Yes | **CameraOutput** instance to remove.|
| callback | AsyncCallback<void\> | Yes | Callback used to return the result. | | callback | AsyncCallback<void\> | Yes | Callback used to return the result. |
**Example** **Example**
...@@ -1765,7 +1765,7 @@ Removes a **[CameraOutput](#cameraoutput)** instance from this **CaptureSession* ...@@ -1765,7 +1765,7 @@ Removes a **[CameraOutput](#cameraoutput)** instance from this **CaptureSession*
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| ------------ | ----------------------------- | ---- | ---------------------------- | | ------------ | ----------------------------- | ---- | ---------------------------- |
| cameraOutput | [CameraOutput](#cameraOutput) | Yes | **CameraOutput** instance to remove.| | cameraOutput | [CameraOutput](#cameraoutput) | Yes | **CameraOutput** instance to remove.|
**Return value** **Return value**
...@@ -2827,7 +2827,7 @@ Sets a focus point. This API uses an asynchronous callback to return the result. ...@@ -2827,7 +2827,7 @@ Sets a focus point. This API uses an asynchronous callback to return the result.
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| -------- | -------------------- | ---- | ------------------------ | | -------- | -------------------- | ---- | ------------------------ |
| point | [Point](#Point) | Yes | Focus point. | | point | [Point](#point) | Yes | Focus point. |
| callback | AsyncCallback<void\> | Yes | Callback used to return the result.| | callback | AsyncCallback<void\> | Yes | Callback used to return the result.|
**Example** **Example**
...@@ -2856,7 +2856,7 @@ Sets a focus point. This API uses a promise to return the result. ...@@ -2856,7 +2856,7 @@ Sets a focus point. This API uses a promise to return the result.
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| ----- | --------------- | ---- | ------ | | ----- | --------------- | ---- | ------ |
| point | [Point](#Point) | Yes | Focus point.| | point | [Point](#point) | Yes | Focus point.|
**Return value** **Return value**
...@@ -3133,7 +3133,7 @@ Checks whether a specified video stabilization mode is supported. This API uses ...@@ -3133,7 +3133,7 @@ Checks whether a specified video stabilization mode is supported. This API uses
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| -------- | ------------------------------------------------- | ---- | ------------------------------------ | | -------- | ------------------------------------------------- | ---- | ------------------------------------ |
| vsMode | [VideoStabilizationMode](#videostabilizationMode) | Yes | Video stabilization mode. | | vsMode | [VideoStabilizationMode](#videostabilizationmode) | Yes | Video stabilization mode. |
| callback | AsyncCallback<boolean\> | Yes | Callback used to return whether the video stabilization mode is supported. The value **true** means that the video stabilization mode is supported, and **false** means the opposite.| | callback | AsyncCallback<boolean\> | Yes | Callback used to return whether the video stabilization mode is supported. The value **true** means that the video stabilization mode is supported, and **false** means the opposite.|
**Example** **Example**
...@@ -3309,7 +3309,7 @@ Listens for exposure state changes. This API uses an asynchronous callback to re ...@@ -3309,7 +3309,7 @@ Listens for exposure state changes. This API uses an asynchronous callback to re
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| -------- | ----------------------------------------------- | ---- | ----------------------------------------------------------- | | -------- | ----------------------------------------------- | ---- | ----------------------------------------------------------- |
| type | string | Yes | Event type. The value is fixed at **'exposureStateChange'**, indicating the exposure state change event.| | type | string | Yes | Event type. The value is fixed at **'exposureStateChange'**, indicating the exposure state change event.|
| callback | AsyncCallback<[ExposureState](#exposureState)\> | Yes | Callback used to return the exposure state change. | | callback | AsyncCallback<[ExposureState](#exposurestate)\> | Yes | Callback used to return the exposure state change. |
**Example** **Example**
...@@ -4266,7 +4266,7 @@ Obtains the metadata object type. This API uses an asynchronous callback to retu ...@@ -4266,7 +4266,7 @@ Obtains the metadata object type. This API uses an asynchronous callback to retu
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| -------- | --------------------------------------------------------- | ---- | ------------------------ | | -------- | --------------------------------------------------------- | ---- | ------------------------ |
| callback | AsyncCallback<[MetadataObjectType](#metadataObjectType)\> | Yes | Callback used to return the result.| | callback | AsyncCallback<[MetadataObjectType](#metadataobjecttype)\> | Yes | Callback used to return the result.|
**Example** **Example**
...@@ -4292,7 +4292,7 @@ Obtains the metadata object type. This API uses a promise to return the result. ...@@ -4292,7 +4292,7 @@ Obtains the metadata object type. This API uses a promise to return the result.
| Type | Description | | Type | Description |
| --------------------------------------------------- | --------------------------- | | --------------------------------------------------- | --------------------------- |
| Promise<[MetadataObjectType](#metadataObjectType)\> | Promise used to return the result.| | Promise<[MetadataObjectType](#metadataobjecttype)\> | Promise used to return the result.|
**Example** **Example**
...@@ -4515,7 +4515,7 @@ Listens for metadata objects. This API uses an asynchronous callback to return t ...@@ -4515,7 +4515,7 @@ Listens for metadata objects. This API uses an asynchronous callback to return t
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| -------- | ---------------------------------------------------- | ---- | ------------------------------------------------------------ | | -------- | ---------------------------------------------------- | ---- | ------------------------------------------------------------ |
| type | string | Yes | Event type. The value is fixed at **'metadataObjectsAvailable'**, that is, the metadata object.| | type | string | Yes | Event type. The value is fixed at **'metadataObjectsAvailable'**, that is, the metadata object.|
| callback | Callback<Array<[MetadataObject](#metadataObject)\>\> | Yes | Callback used to return the error information. | | callback | Callback<Array<[MetadataObject](#metadataobject)\>\> | Yes | Callback used to return the error information. |
**Example** **Example**
...@@ -4538,7 +4538,7 @@ Listens for metadata errors. This API uses an asynchronous callback to return th ...@@ -4538,7 +4538,7 @@ Listens for metadata errors. This API uses an asynchronous callback to return th
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| -------- | ------------------------------------------------------ | ---- | --------------------------------------------- | | -------- | ------------------------------------------------------ | ---- | --------------------------------------------- |
| type | string | Yes | Event type. The value is fixed at **'error'**, that is, the metadata error.| | type | string | Yes | Event type. The value is fixed at **'error'**, that is, the metadata error.|
| callback | Callback<[MetadataOutputError](#metadataOutputError)\> | Yes | Callback used to return the error information. | | callback | Callback<[MetadataOutputError](#metadataoutputerror)\> | Yes | Callback used to return the error information. |
**Example** **Example**
...@@ -4567,4 +4567,4 @@ Defines a metadata output error. ...@@ -4567,4 +4567,4 @@ Defines a metadata output error.
| Name| Type | Description | | Name| Type | Description |
| ---- | --------------------------------------------------- | -------------------------- | | ---- | --------------------------------------------------- | -------------------------- |
| code | [MetadataOutputErrorCode](#MetadataOutputErrorCode) | **MetadataOutput** error code.| | code | [MetadataOutputErrorCode](#metadataoutputerrorcode) | **MetadataOutput** error code.|
...@@ -188,7 +188,7 @@ getSupportedOutputCapability(camera:CameraDevice, callback: AsyncCallback<Camera ...@@ -188,7 +188,7 @@ getSupportedOutputCapability(camera:CameraDevice, callback: AsyncCallback<Camera
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| -------- | ---------------------------------------------------------------- | -- | -------------------------- | | -------- | ---------------------------------------------------------------- | -- | -------------------------- |
| camera | [CameraDevice](#cameraDevice) | 是 | CameraDevice对象。 | | camera | [CameraDevice](#cameradevice) | 是 | CameraDevice对象。 |
| callback | AsyncCallback<[CameraOutputCapability](#cameraoutputcapability)\> | 是 | 使用callback方式获取相机输出能力。 | | callback | AsyncCallback<[CameraOutputCapability](#cameraoutputcapability)\> | 是 | 使用callback方式获取相机输出能力。 |
**示例:** **示例:**
...@@ -215,7 +215,7 @@ getSupportedOutputCapability(camera:CameraDevice): Promise<CameraOutputCapabilit ...@@ -215,7 +215,7 @@ getSupportedOutputCapability(camera:CameraDevice): Promise<CameraOutputCapabilit
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| -------- | --------------------------------- | ---- | ---------- | | -------- | --------------------------------- | ---- | ---------- |
| camera | [CameraDevice](#cameraDevice) | 是 | CameraDevice对象。| | camera | [CameraDevice](#cameradevice) | 是 | CameraDevice对象。|
**返回值:** **返回值:**
...@@ -467,7 +467,7 @@ createCameraInput(camera: CameraDevice, callback: AsyncCallback<CameraInput\>): ...@@ -467,7 +467,7 @@ createCameraInput(camera: CameraDevice, callback: AsyncCallback<CameraInput\>):
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| -------- | ------------------------------------------- | ---- | --------------------------------- | | -------- | ------------------------------------------- | ---- | --------------------------------- |
| camera | [CameraDevice](#cameraDevice) | 是 | CameraDevice对象。 | | camera | [CameraDevice](#cameradevice) | 是 | CameraDevice对象。 |
| callback | AsyncCallback<[CameraInput](#camerainput)\> | 是 | 回调函数,用于获取CameraInput实例。 | | callback | AsyncCallback<[CameraInput](#camerainput)\> | 是 | 回调函数,用于获取CameraInput实例。 |
**示例:** **示例:**
...@@ -498,7 +498,7 @@ createCameraInput(camera: CameraDevice): Promise<CameraInput\> ...@@ -498,7 +498,7 @@ createCameraInput(camera: CameraDevice): Promise<CameraInput\>
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| -------- | ----------------------------- | ---- | ---------- | | -------- | ----------------------------- | ---- | ---------- |
| camera | [CameraDevice](#cameraDevice) | 是 | CameraDevice对象。 | | camera | [CameraDevice](#cameradevice) | 是 | CameraDevice对象。 |
**返回值:** **返回值:**
...@@ -975,7 +975,7 @@ cameraManager.on('cameraMute', (err, status) => { ...@@ -975,7 +975,7 @@ cameraManager.on('cameraMute', (err, status) => {
| 名称 | 类型 | 说明 | | 名称 | 类型 | 说明 |
| ------ | ----------------------------- | ---------- | | ------ | ----------------------------- | ---------- |
| camera | [CameraDevice](#cameraDevice) | 相机信息。 | | camera | [CameraDevice](#cameradevice) | 相机信息。 |
| status | [CameraStatus](#camerastatus) | 相机状态。 | | status | [CameraStatus](#camerastatus) | 相机状态。 |
## CameraPosition ## CameraPosition
...@@ -1626,7 +1626,7 @@ canAddOutput(cameraOutput: CameraOutput, callback: AsyncCallback<boolean\>\): vo ...@@ -1626,7 +1626,7 @@ canAddOutput(cameraOutput: CameraOutput, callback: AsyncCallback<boolean\>\): vo
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| ------------- | ------------------------------- | ---- | ------------------------- | | ------------- | ------------------------------- | ---- | ------------------------- |
| cameraOutput | [CameraOutput](#cameraOutput) | 是 | 需要添加的CameraOutput实例。 | | cameraOutput | [CameraOutput](#cameraoutput) | 是 | 需要添加的CameraOutput实例。 |
| callback | AsyncCallback<boolean\> | 是 | 回调函数,用于获取结果。 | | callback | AsyncCallback<boolean\> | 是 | 回调函数,用于获取结果。 |
**示例:** **示例:**
...@@ -1653,7 +1653,7 @@ canAddOutput(cameraOutput: CameraOutput): Promise<boolean\> ...@@ -1653,7 +1653,7 @@ canAddOutput(cameraOutput: CameraOutput): Promise<boolean\>
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| ------------- | ------------------------------- | ---- | ------------------------- | | ------------- | ------------------------------- | ---- | ------------------------- |
| cameraOutput | [CameraOutput](#cameraOutput) | 是 | 需要添加的CameraOutput实例。 | | cameraOutput | [CameraOutput](#cameraoutput) | 是 | 需要添加的CameraOutput实例。 |
**返回值:** **返回值:**
...@@ -1683,7 +1683,7 @@ addOutput\(cameraOutput: CameraOutput, callback: AsyncCallback<void\>\): void ...@@ -1683,7 +1683,7 @@ addOutput\(cameraOutput: CameraOutput, callback: AsyncCallback<void\>\): void
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| ------------- | ------------------------------- | ---- | ------------------------ | | ------------- | ------------------------------- | ---- | ------------------------ |
| cameraOutput | [CameraOutput](#cameraOutput) | 是 | 需要添加的CameraOutput实例。 | | cameraOutput | [CameraOutput](#cameraoutput) | 是 | 需要添加的CameraOutput实例。 |
| callback | AsyncCallback<void\> | 是 | 回调函数,用于获取结果。 | | callback | AsyncCallback<void\> | 是 | 回调函数,用于获取结果。 |
**示例:** **示例:**
...@@ -1710,7 +1710,7 @@ addOutput\(cameraOutput: CameraOutput\): Promise<void\> ...@@ -1710,7 +1710,7 @@ addOutput\(cameraOutput: CameraOutput\): Promise<void\>
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| ------------- | ------------------------------- | ---- | ------------------------- | | ------------- | ------------------------------- | ---- | ------------------------- |
| cameraOutput | [CameraOutput](#cameraOutput) | 是 | 需要添加的CameraOutput实例。 | | cameraOutput | [CameraOutput](#cameraoutput) | 是 | 需要添加的CameraOutput实例。 |
**返回值:** **返回值:**
...@@ -1738,7 +1738,7 @@ removeOutput\(cameraOutput: CameraOutput, callback: AsyncCallback<void\>\): void ...@@ -1738,7 +1738,7 @@ removeOutput\(cameraOutput: CameraOutput, callback: AsyncCallback<void\>\): void
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| ------------- | ------------------------------- | ---- | ------------------------ | | ------------- | ------------------------------- | ---- | ------------------------ |
| cameraOutput | [CameraOutput](#cameraOutput) | 是 | 需要移除的CameraOutput实例。 | | cameraOutput | [CameraOutput](#cameraoutput) | 是 | 需要移除的CameraOutput实例。 |
| callback | AsyncCallback<void\> | 是 | 回调函数,用于获取结果。 | | callback | AsyncCallback<void\> | 是 | 回调函数,用于获取结果。 |
**示例:** **示例:**
...@@ -1765,7 +1765,7 @@ removeOutput(cameraOutput: CameraOutput): Promise<void\> ...@@ -1765,7 +1765,7 @@ removeOutput(cameraOutput: CameraOutput): Promise<void\>
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| ------------- | ------------------------------- | ---- | ------------------------- | | ------------- | ------------------------------- | ---- | ------------------------- |
| cameraOutput | [CameraOutput](#cameraOutput) | 是 | 需要移除的CameraOutput实例。 | | cameraOutput | [CameraOutput](#cameraoutput) | 是 | 需要移除的CameraOutput实例。 |
**返回值:** **返回值:**
...@@ -2827,7 +2827,7 @@ setFocusPoint(point: Point, callback: AsyncCallback<void\>): void ...@@ -2827,7 +2827,7 @@ setFocusPoint(point: Point, callback: AsyncCallback<void\>): void
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| -------- | ----------------------- | ---- | ------------------- | | -------- | ----------------------- | ---- | ------------------- |
| point | [Point](#Point) | 是 | 焦点。 | | point | [Point](#point) | 是 | 焦点。 |
| callback | AsyncCallback<void\> | 是 | 回调函数,用于获取结果。 | | callback | AsyncCallback<void\> | 是 | 回调函数,用于获取结果。 |
**示例:** **示例:**
...@@ -2856,7 +2856,7 @@ setFocusPoint(point: Point): Promise<void\> ...@@ -2856,7 +2856,7 @@ setFocusPoint(point: Point): Promise<void\>
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| -------- | ----------------------- | ---- | ------------------- | | -------- | ----------------------- | ---- | ------------------- |
| point | [Point](#Point) | 是 | 焦点。 | | point | [Point](#point) | 是 | 焦点。 |
**返回值:** **返回值:**
...@@ -3133,7 +3133,7 @@ isVideoStablizationModeSupported(vsMode: VideoStabilizationMode, callback: Async ...@@ -3133,7 +3133,7 @@ isVideoStablizationModeSupported(vsMode: VideoStabilizationMode, callback: Async
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| -------- | ------------------------------------------------- | ---- | ------------------------------ | | -------- | ------------------------------------------------- | ---- | ------------------------------ |
| vsMode | [VideoStabilizationMode](#videostabilizationMode) | 是 | 视频防抖模式。 | | vsMode | [VideoStabilizationMode](#videostabilizationmode) | 是 | 视频防抖模式。 |
| callback | AsyncCallback<boolean\> | 是 | 回调函数,返回视频防抖模式是否支持。 | | callback | AsyncCallback<boolean\> | 是 | 回调函数,返回视频防抖模式是否支持。 |
**示例:** **示例:**
...@@ -3309,7 +3309,7 @@ on(type: 'exposureStateChange', callback: AsyncCallback<ExposureState\>): void ...@@ -3309,7 +3309,7 @@ on(type: 'exposureStateChange', callback: AsyncCallback<ExposureState\>): void
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| -------- | ----------------------------------------- | ---- | ---------------------------------------------- | | -------- | ----------------------------------------- | ---- | ---------------------------------------------- |
| type | string | 是 | 监听事件,固定为'exposureStateChange',即曝光状态变化事件。| | type | string | 是 | 监听事件,固定为'exposureStateChange',即曝光状态变化事件。|
| callback | AsyncCallback<[ExposureState](#exposureState)\> | 是 | 回调函数,用于获取曝光状态。 | | callback | AsyncCallback<[ExposureState](#exposurestate)\> | 是 | 回调函数,用于获取曝光状态。 |
**示例:** **示例:**
...@@ -3418,7 +3418,7 @@ previewOutput.release().then(() => { ...@@ -3418,7 +3418,7 @@ previewOutput.release().then(() => {
## PreviewOutput ## PreviewOutput
预览输出类。继承[CameraOutput](#cameraOutput) 预览输出类。继承[CameraOutput](#cameraoutput)
### addDeferredSurface ### addDeferredSurface
...@@ -4266,7 +4266,7 @@ getType(callback: AsyncCallback<MetadataObjectType\>): void ...@@ -4266,7 +4266,7 @@ getType(callback: AsyncCallback<MetadataObjectType\>): void
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| -------- | --------------------------------------------------------- | --- | -------------------- | | -------- | --------------------------------------------------------- | --- | -------------------- |
| callback | AsyncCallback<[MetadataObjectType](#metadataObjectType)\> | 是 | 回调函数,用于获取结果。 | | callback | AsyncCallback<[MetadataObjectType](#metadataobjecttype)\> | 是 | 回调函数,用于获取结果。 |
**示例:** **示例:**
...@@ -4292,7 +4292,7 @@ getType(): Promise<MetadataObjectType\> ...@@ -4292,7 +4292,7 @@ getType(): Promise<MetadataObjectType\>
| 类型 | 说明 | | 类型 | 说明 |
| --------------------------------------------------- | --------------------------- | | --------------------------------------------------- | --------------------------- |
| Promise<[MetadataObjectType](#metadataObjectType)\> | 使用Promise的方式获取结果。 | | Promise<[MetadataObjectType](#metadataobjecttype)\> | 使用Promise的方式获取结果。 |
**示例:** **示例:**
...@@ -4400,7 +4400,7 @@ metadataObject.getBoundingBox().then((rect) => { ...@@ -4400,7 +4400,7 @@ metadataObject.getBoundingBox().then((rect) => {
## MetadataFaceObject ## MetadataFaceObject
metadata的人脸对象。继承[MetadataObject](#metadataObject)(该接口目前为预留,将在3.2版本开放) metadata的人脸对象。继承[MetadataObject](#metadataobject)(该接口目前为预留,将在3.2版本开放)
## MetadataOutput ## MetadataOutput
...@@ -4515,7 +4515,7 @@ on(type: 'metadataObjectsAvailable', callback: AsyncCallback<Array<MetadataObjec ...@@ -4515,7 +4515,7 @@ on(type: 'metadataObjectsAvailable', callback: AsyncCallback<Array<MetadataObjec
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| -------- | ----------------------------------------------- - | ---- | ------------------------------------ | | -------- | ----------------------------------------------- - | ---- | ------------------------------------ |
| type | string | 是 | 监听事件,固定为'metadataObjectsAvailable',即metadata对象。 | | type | string | 是 | 监听事件,固定为'metadataObjectsAvailable',即metadata对象。 |
| callback | Callback<Array<[MetadataObject](#metadataObject)\>\> | 是 | 回调函数,用于获取错误信息。 | | callback | Callback<Array<[MetadataObject](#metadataobject)\>\> | 是 | 回调函数,用于获取错误信息。 |
**示例:** **示例:**
...@@ -4538,7 +4538,7 @@ on(tuype: 'error', callback: ErrorCallback<MetadataOutputError\>): void ...@@ -4538,7 +4538,7 @@ on(tuype: 'error', callback: ErrorCallback<MetadataOutputError\>): void
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| -------- | ------------------------------------------------ | ---- | --------------------------------------- | | -------- | ------------------------------------------------ | ---- | --------------------------------------- |
| type | string | 是 | 监听事件,固定为'error',即metadata流的错误。 | | type | string | 是 | 监听事件,固定为'error',即metadata流的错误。 |
| callback | Callback<[MetadataOutputError](#metadataOutputError)\> | 是 | 回调函数,用于获取错误信息。 | | callback | Callback<[MetadataOutputError](#metadataoutputerror)\> | 是 | 回调函数,用于获取错误信息。 |
**示例:** **示例:**
...@@ -4567,4 +4567,4 @@ metadata输出错误码。(该接口目前为预留,将在3.2版本开放) ...@@ -4567,4 +4567,4 @@ metadata输出错误码。(该接口目前为预留,将在3.2版本开放)
| 名称 | 类型 | 说明 | | 名称 | 类型 | 说明 |
| ---- | ------------------------------------- | ----------------------- | | ---- | ------------------------------------- | ----------------------- |
| code | [MetadataOutputErrorCode](#MetadataOutputErrorCode) | MetadataOutput中的错误码。 | | code | [MetadataOutputErrorCode](#metadataoutputerrorcode) | MetadataOutput中的错误码。 |
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册