diff --git a/en/application-dev/reference/apis/js-apis-audio.md b/en/application-dev/reference/apis/js-apis-audio.md index 71f5f2a90b50513c194c3dad027b86abcb296984..e03b03206e91eac28dab5d3efa8cf5feb3b95918 100644 --- a/en/application-dev/reference/apis/js-apis-audio.md +++ b/en/application-dev/reference/apis/js-apis-audio.md @@ -480,8 +480,6 @@ Describes audio stream information. **System capability:** SystemCapability.Multimedia.Audio.Core -**Parameters:** - | Name | Type | Mandatory | Description | | :------------ | :---------------------------------------- | :-------- | :-------------------- | | samplingRate | [AudioSamplingRate](#audiosamplingrate8) | Yes | Sampling rate. | @@ -495,8 +493,6 @@ Describes audio renderer information. **System capability:** SystemCapability.Multimedia.Audio.Core -**Parameters:** - | Name | Type | Mandatory | Description | | :------------ | :-------------------------- | :-------- | :-------------------- | | contentType | [ContentType](#contenttype) | Yes | Content type. | @@ -509,8 +505,6 @@ Describes audio renderer configuration options. **System capability:** SystemCapability.Multimedia.Audio.Renderer -**Parameters:** - | Name | Type | Mandatory | Description | | :------------ | :-----------------------------------------| :-------- | :-------------------- | | streamInfo | [AudioStreamInfo](#audiostreaminfo8) | Yes | Stream information. | @@ -522,8 +516,6 @@ Describes audio capturer information. **System capability:** SystemCapability.Multimedia.Audio.Core -**Parameters:** - | Name | Type | Mandatory | Description | | :---------------| :------------------------- | :-------- | :-------------------- | | source | [SourceType](#sourcetype) | Yes | Audio source type. | @@ -535,8 +527,6 @@ Describes audio capturer configuration options. **System capability:** SystemCapability.Multimedia.Audio.Capturer -**Parameters:** - | Name | Type | Mandatory | Description | | :------------ | :-----------------------------------------| :-------- | :-------------------- | | streamInfo | [AudioStreamInfo](#audiostreaminfo8) | Yes | Stream information. | @@ -548,8 +538,6 @@ Describes the interrupt event received by the app when playback is interrupted. **System capability:** SystemCapability.Multimedia.Audio.Renderer -**Parameters:** - | Name | Type | Mandatory | Description | | :-------- | :-------------------------------------------- | :-------- | :---------------------------------------------------------------- | | 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. **System capability:** SystemCapability.Multimedia.Audio.Volume -**Parameters:** - | Name | Type | Mandatory | Description | | :--------- | :---------------------------------- | :-------- | :--------------------------------------- | | volumeType | [AudioVolumeType](#audiovolumetype) | Yes | Volume type of the current stream. | @@ -606,8 +592,6 @@ Describes the device change type and device information. **System capability:** SystemCapability.Multimedia.Audio.Device -**Parameters:** - | Name | Type | Mandatory | Description | | :------------------ | :------------------------------------------------ | :-------- | :------------------ | | type | [DeviceChangeType](#devicechangetype) | Yes | Device change type. | diff --git a/zh-cn/application-dev/reference/apis/js-apis-audio.md b/zh-cn/application-dev/reference/apis/js-apis-audio.md index 10c0452e1cc98effec8f68cd98a497a78661933e..2b9a99ea207bed45e7a0ef451b1098fd0a52eef5 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-audio.md +++ b/zh-cn/application-dev/reference/apis/js-apis-audio.md @@ -571,8 +571,6 @@ audio.createAudioRenderer(audioCapturerOptions).then((data) => { **系统能力:**SystemCapability.Multimedia.Audio.Device -**参数:** - | 名称 | 类型 | 必填 | 说明 | | :---------------- | :------------------------------------------------ | :--- | :----------------- | | type | [DeviceChangeType](#DeviceChangeType) | 是 | 设备连接状态变化。 |