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

!4234 [ohos doc issue] interface do not use parameters tag

Merge pull request !4234 from AOL/master
...@@ -480,8 +480,6 @@ Describes audio stream information. ...@@ -480,8 +480,6 @@ Describes audio stream information.
**System capability:** SystemCapability.Multimedia.Audio.Core **System capability:** SystemCapability.Multimedia.Audio.Core
**Parameters:**
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :------------ | :---------------------------------------- | :-------- | :-------------------- | | :------------ | :---------------------------------------- | :-------- | :-------------------- |
| samplingRate | [AudioSamplingRate](#audiosamplingrate8) | Yes | Sampling rate. | | samplingRate | [AudioSamplingRate](#audiosamplingrate8) | Yes | Sampling rate. |
...@@ -495,8 +493,6 @@ Describes audio renderer information. ...@@ -495,8 +493,6 @@ Describes audio renderer information.
**System capability:** SystemCapability.Multimedia.Audio.Core **System capability:** SystemCapability.Multimedia.Audio.Core
**Parameters:**
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :------------ | :-------------------------- | :-------- | :-------------------- | | :------------ | :-------------------------- | :-------- | :-------------------- |
| contentType | [ContentType](#contenttype) | Yes | Content type. | | contentType | [ContentType](#contenttype) | Yes | Content type. |
...@@ -509,8 +505,6 @@ Describes audio renderer configuration options. ...@@ -509,8 +505,6 @@ Describes audio renderer configuration options.
**System capability:** SystemCapability.Multimedia.Audio.Renderer **System capability:** SystemCapability.Multimedia.Audio.Renderer
**Parameters:**
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :------------ | :-----------------------------------------| :-------- | :-------------------- | | :------------ | :-----------------------------------------| :-------- | :-------------------- |
| streamInfo | [AudioStreamInfo](#audiostreaminfo8) | Yes | Stream information. | | streamInfo | [AudioStreamInfo](#audiostreaminfo8) | Yes | Stream information. |
...@@ -522,8 +516,6 @@ Describes audio capturer information. ...@@ -522,8 +516,6 @@ Describes audio capturer information.
**System capability:** SystemCapability.Multimedia.Audio.Core **System capability:** SystemCapability.Multimedia.Audio.Core
**Parameters:**
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :---------------| :------------------------- | :-------- | :-------------------- | | :---------------| :------------------------- | :-------- | :-------------------- |
| source | [SourceType](#sourcetype) | Yes | Audio source type. | | source | [SourceType](#sourcetype) | Yes | Audio source type. |
...@@ -535,8 +527,6 @@ Describes audio capturer configuration options. ...@@ -535,8 +527,6 @@ Describes audio capturer configuration options.
**System capability:** SystemCapability.Multimedia.Audio.Capturer **System capability:** SystemCapability.Multimedia.Audio.Capturer
**Parameters:**
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :------------ | :-----------------------------------------| :-------- | :-------------------- | | :------------ | :-----------------------------------------| :-------- | :-------------------- |
| streamInfo | [AudioStreamInfo](#audiostreaminfo8) | Yes | Stream information. | | streamInfo | [AudioStreamInfo](#audiostreaminfo8) | Yes | Stream information. |
...@@ -548,8 +538,6 @@ Describes the interrupt event received by the app when playback is interrupted. ...@@ -548,8 +538,6 @@ Describes the interrupt event received by the app when playback is interrupted.
**System capability:** SystemCapability.Multimedia.Audio.Renderer **System capability:** SystemCapability.Multimedia.Audio.Renderer
**Parameters:**
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :-------- | :-------------------------------------------- | :-------- | :---------------------------------------------------------------- | | :-------- | :-------------------------------------------- | :-------- | :---------------------------------------------------------------- |
| eventType | [InterruptType](#interrupttype) | Yes | Whether the interruption has started or finished. | | eventType | [InterruptType](#interrupttype) | Yes | Whether the interruption has started or finished. |
...@@ -592,8 +580,6 @@ This is a system API and cannot be called by third-party applications. ...@@ -592,8 +580,6 @@ This is a system API and cannot be called by third-party applications.
**System capability:** SystemCapability.Multimedia.Audio.Volume **System capability:** SystemCapability.Multimedia.Audio.Volume
**Parameters:**
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :--------- | :---------------------------------- | :-------- | :--------------------------------------- | | :--------- | :---------------------------------- | :-------- | :--------------------------------------- |
| volumeType | [AudioVolumeType](#audiovolumetype) | Yes | Volume type of the current stream. | | volumeType | [AudioVolumeType](#audiovolumetype) | Yes | Volume type of the current stream. |
...@@ -606,8 +592,6 @@ Describes the device change type and device information. ...@@ -606,8 +592,6 @@ Describes the device change type and device information.
**System capability:** SystemCapability.Multimedia.Audio.Device **System capability:** SystemCapability.Multimedia.Audio.Device
**Parameters:**
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| :------------------ | :------------------------------------------------ | :-------- | :------------------ | | :------------------ | :------------------------------------------------ | :-------- | :------------------ |
| type | [DeviceChangeType](#devicechangetype) | Yes | Device change type. | | type | [DeviceChangeType](#devicechangetype) | Yes | Device change type. |
......
...@@ -571,8 +571,6 @@ audio.createAudioRenderer(audioCapturerOptions).then((data) => { ...@@ -571,8 +571,6 @@ audio.createAudioRenderer(audioCapturerOptions).then((data) => {
**系统能力:**SystemCapability.Multimedia.Audio.Device **系统能力:**SystemCapability.Multimedia.Audio.Device
**参数:**
| 名称 | 类型 | 必填 | 说明 | | 名称 | 类型 | 必填 | 说明 |
| :---------------- | :------------------------------------------------ | :--- | :----------------- | | :---------------- | :------------------------------------------------ | :--- | :----------------- |
| type | [DeviceChangeType](#DeviceChangeType) | 是 | 设备连接状态变化。 | | type | [DeviceChangeType](#DeviceChangeType) | 是 | 设备连接状态变化。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册