From ac5617dfb42328a885044b61800c7df2d4129b0f Mon Sep 17 00:00:00 2001 From: magekkkk Date: Tue, 12 Aug 2025 06:16:52 +0000 Subject: [PATCH] fix format issue Signed-off-by: magekkkk Change-Id: Idee1bb01e31340b7cac6217e0d6a452ed0ff4545 --- api/@ohos.multimedia.audio.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@ohos.multimedia.audio.d.ts b/api/@ohos.multimedia.audio.d.ts index 88f53d2f47..bd9e1a3c79 100644 --- a/api/@ohos.multimedia.audio.d.ts +++ b/api/@ohos.multimedia.audio.d.ts @@ -4487,7 +4487,8 @@ declare namespace audio { /** * Checks whether the specified audio source type supports echo cancellation * @param { SourceType } sourceType Type of audio source. - * @returns { boolean } Check result. The value true means that the audio source type supports echo cancellation, and false means the opposite. + * @returns { boolean } Check result. The value true means that the audio source type supports echo + * cancellation, and false means the opposite. * @throws { BusinessError } 6800101 - Parameter verification failed. * @syscap SystemCapability.Multimedia.Audio.Capturer * @since 20 -- Gitee