From faf00ecc757ac905056ebe53733164c0f7f2ead4 Mon Sep 17 00:00:00 2001 From: AOL Date: Mon, 23 May 2022 03:33:44 +0000 Subject: [PATCH] interface do not use parameters tag Signed-off-by: magekkkk --- .../reference/apis/js-apis-audio.md | 16 ---------------- .../reference/apis/js-apis-audio.md | 2 -- 2 files changed, 18 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-audio.md b/en/application-dev/reference/apis/js-apis-audio.md index 71f5f2a90b..e03b03206e 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 10c0452e1c..2b9a99ea20 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) | 是 | 设备连接状态变化。 | -- GitLab