From 67be4c0404dd6e6f561d60699dbe6b3b2e6b821b Mon Sep 17 00:00:00 2001 From: yaojingyu2008 Date: Thu, 20 Jul 2023 15:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0GetAudioEffectInfoArray?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yaojingyu2008 --- zh-cn/application-dev/reference/apis/js-apis-audio.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 edf181a42f..b60c253f67 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-audio.md +++ b/zh-cn/application-dev/reference/apis/js-apis-audio.md @@ -3695,7 +3695,7 @@ getAudioEffectInfoArray(usage: StreamUsage, callback: AsyncCallback<AudioEffe | 错误码ID | 错误信息 | | ------- | --------------------------------------------| -| 6800101 | if input parameter value error. | +| 6800101 | Invalid parameter error. Return by callback.| **示例:** @@ -3737,7 +3737,7 @@ getAudioEffectInfoArray(usage: StreamUsage): Promise<AudioEffectInfoArray> | 错误码ID | 错误信息 | | ------- | --------------------------------------------| -| 6800101 | if input parameter value error. | +| 6800101 | Invalid parameter error. Return by promise. | **示例:** -- GitLab